We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665929c commit 3e7e573Copy full SHA for 3e7e573
run-qemu.sh
@@ -2,4 +2,7 @@
2
3
set -eux
4
5
-qemu-system-x86_64 -kernel ./build-dir/linux-kernel/linux-6.9/arch/x86/boot/bzImage -initrd rootfs.cpio.gz --append "console=ttyS0 init=/init" -nographic # -icount 10,align=on
+qemu-system-x86_64 -kernel ./build-dir/linux-kernel/linux-6.9/arch/x86/boot/bzImage -initrd rootfs.cpio.gz --append "console=ttyS0 init=/init" -nographic # -icount 10,align=on
6
+
7
+# Example: Record the output terminal of the bootup:
8
+# timeout --preserve-status 20 script -c ./run-qemu.sh output.log
0 commit comments