aboutsummaryrefslogtreecommitdiff
path: root/run-qemu
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-28 15:51:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-28 15:51:59 +0000
commit720a0884a60aee86aa7eb281f633dd5b2803c4f3 (patch)
tree66a79d7f19b10f00b6e00f913d0ec2ff8fbe8ca3 /run-qemu
parentaf794f095d58f8bcae4abbedec8bafdfc35ec8f7 (diff)
downloadlh-bootstrap-720a0884a60aee86aa7eb281f633dd5b2803c4f3.tar.xz
Small incremental build fixes (25)
Diffstat (limited to 'run-qemu')
-rwxr-xr-xrun-qemu2
1 files changed, 1 insertions, 1 deletions
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 \