blob: 52f430a1148bbc5dec2c98c7ae41b4db21ba9eda (
plain)
1
2
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"
|