From 720a0884a60aee86aa7eb281f633dd5b2803c4f3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 28 Jan 2020 15:51:59 +0000 Subject: Small incremental build fixes (25) --- run-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-qemu b/run-qemu index 256742f..77ff3de 100755 --- a/run-qemu +++ b/run-qemu @@ -8,7 +8,7 @@ esac exec qemu-system-${QEMU_ARCH} -nographic -M virt -cpu $qemucpu -smp 4 -m 2G -nodefaults -display none -serial mon:stdio \ -kernel "$OUTPUT/kernel" \ - -append "root=/dev/vda1 console=$qemuconsole" \ + -append "root=/dev/vda console=$qemuconsole" \ -drive if=none,file=$OUTPUT/disk-image.qcow2,format=qcow2,id=disk \ -netdev user,id=network,hostfwd=tcp:127.0.0.1:2222-:22 \ -device virtio-blk-pci,drive=disk \ -- cgit v1.3.1