summaryrefslogtreecommitdiff
path: root/experiments/02_20251129_image_from_packages/run_qemu.sh
diff options
context:
space:
mode:
authorwrzosik <mia@miangie.dev>2025-11-30 15:12:30 +0100
committerwrzosik <mia@miangie.dev>2025-11-30 15:12:30 +0100
commit4859194c62140a947a0d60bd3bc557c181139baf (patch)
treee759a357262035c4dca7067516cd60fd80200857 /experiments/02_20251129_image_from_packages/run_qemu.sh
parentb1a960ac6e9b2266df02966db034d438141d3c9b (diff)
experiment: building image from pkgs
Diffstat (limited to 'experiments/02_20251129_image_from_packages/run_qemu.sh')
-rwxr-xr-xexperiments/02_20251129_image_from_packages/run_qemu.sh3
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"