diff options
| author | wrzosik <mia@miangie.dev> | 2025-11-30 15:12:30 +0100 |
|---|---|---|
| committer | wrzosik <mia@miangie.dev> | 2025-11-30 15:12:30 +0100 |
| commit | 4859194c62140a947a0d60bd3bc557c181139baf (patch) | |
| tree | e759a357262035c4dca7067516cd60fd80200857 /experiments/02_20251129_image_from_packages/run_qemu.sh | |
| parent | b1a960ac6e9b2266df02966db034d438141d3c9b (diff) | |
experiment: building image from pkgs
Diffstat (limited to 'experiments/02_20251129_image_from_packages/run_qemu.sh')
| -rwxr-xr-x | experiments/02_20251129_image_from_packages/run_qemu.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/experiments/02_20251129_image_from_packages/run_qemu.sh b/experiments/02_20251129_image_from_packages/run_qemu.sh new file mode 100755 index 0000000..211b281 --- /dev/null +++ b/experiments/02_20251129_image_from_packages/run_qemu.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +qemu-system-x86_64 -kernel /boot/vmlinuz-$(uname -r) -initrd initrd.cpio.gz -nographic -append "root=/dev/sda console=ttyS0" |
