aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-31 12:46:05 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-31 12:46:05 +0000
commit3971b792e9e109e6fde2126ddb8c68c749827edb (patch)
tree37c9fa40377136afc8eb17a2c74775b1b1aa43d7
parent093b51fdaa188627ecd99fd5bad46908933237f7 (diff)
downloadlh-bootstrap-3971b792e9e109e6fde2126ddb8c68c749827edb.tar.xz
Small incremental build fixes (46)
-rwxr-xr-xrun-qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-qemu b/run-qemu
index eb2208f..5f5a74e 100755
--- a/run-qemu
+++ b/run-qemu
@@ -14,5 +14,5 @@ exec qemu-system-${QEMU_ARCH} -nographic -M virt $cpuoption -smp 4 -m 2G -nodefa
-drive if=virtio,file=$OUTPUT/rootfs.qcow2,format=qcow2,media=disk,index=1 \
-drive if=virtio,file=$OUTPUT/rwfs.qcow2,format=qcow2,media=disk,index=2 \
-drive if=virtio,file=$OUTPUT/userfs.qcow2,format=qcow2,media=disk,index=3 \
- -netdev user,id=eth0,hostfwd=tcp:127.0.0.1:2222-:22 \
+ -netdev user,id=eth0,hostfwd=tcp:127.0.0.1:2222-10.0.0.1:22 \
-device virtio-net-device,netdev=eth0