From c7e499357fac8bfdf3bd11550a6ed3187d46efc6 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 20 Jun 2026 14:10:06 +1200 Subject: tty0 getty --- qemu.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 qemu.sh (limited to 'qemu.sh') 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" -- cgit v1.2.3