mirror of
https://github.com/EvilFreelancer/docker-routeros.git
synced 2025-08-02 09:04:30 +02:00
kvm support removed, only native virtualization
This commit is contained in:
parent
9272d17e9b
commit
311b642c77
3 changed files with 3 additions and 5 deletions
|
@ -50,7 +50,7 @@ udhcpd -I $DUMMY_DHCPD_IP -f $DHCPD_CONF_FILE &
|
|||
# -nic: Use a TAP interface with our custom up/down scripts.
|
||||
# -drive: The VM image we're booting.
|
||||
exec qemu-system-x86_64 \
|
||||
-enable-kvm -nographic -serial mon:stdio \
|
||||
-nographic -serial mon:stdio \
|
||||
-vnc 0.0.0.0:0 \
|
||||
-m 256 \
|
||||
-nic tap,id=qemu0,script=$QEMU_IFUP,downscript=$QEMU_IFDOWN \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue