Update entrypoint.sh

This commit is contained in:
LUIS CUEVAS 2020-11-06 11:02:27 -05:00 committed by GitHub
parent dc0b553d1a
commit 3da96519d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ udhcpd -I $DUMMY_DHCPD_IP -f $DHCPD_CONF_FILE &
exec qemu-system-x86_64 \
-nographic -serial mon:stdio \
-vnc 0.0.0.0:0 \
--m 512 \
-m 512 \
-smp 4,sockets=1,cores=4,threads=1 \
-nic tap,id=qemu0,script=$QEMU_IFUP,downscript=$QEMU_IFDOWN \
"$@" \