aboutsummaryrefslogtreecommitdiff
path: root/qemu.sh
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-20 14:10:06 +1200
committerArslaan Pathan <[email protected]>2026-06-20 14:10:06 +1200
commitc7e499357fac8bfdf3bd11550a6ed3187d46efc6 (patch)
treecedaef9237d69c649b25c9d5f93bcd2819acf25e /qemu.sh
parent00ac78984c30beb67e3fe1a1f7ab524f4752f7c0 (diff)
downloadyerbalinux-c7e499357fac8bfdf3bd11550a6ed3187d46efc6.tar.xz
yerbalinux-c7e499357fac8bfdf3bd11550a6ed3187d46efc6.zip
tty0 getty
Diffstat (limited to 'qemu.sh')
-rwxr-xr-xqemu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu.sh b/qemu.sh
new file mode 100755
index 0000000..52f430a
--- /dev/null
+++ b/qemu.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+# This script exists so I don't have to keep remembering the QEMU command when I run my distro testing
+runqemu yerba-x86_64 qemuparams="-display vnc=:0 -vga virtio -serial mon:stdio" bootparams="console=tty0"