mirror of
https://github.com/turtlebasket/michaelnet.git
synced 2026-03-04 11:34:48 -08:00
update kvm accel flag
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
DRIVENAME=nixhost
|
||||
MEM_GB=1
|
||||
|
||||
qemu-system-x86_64 -enable-kvm \
|
||||
qemu-system-x86_64 -accel kvm \
|
||||
-m $(expr 1024 \* $MEM_GB) -drive file=./$DRIVENAME.qcow2,format=qcow2
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ DRIVENAME=nixhost
|
||||
MEM_GB=1
|
||||
SSH_PORT=2022
|
||||
|
||||
qemu-system-x86_64 -enable-kvm -nographic -vga none \
|
||||
qemu-system-x86_64 -accel kvm -nographic -vga none \
|
||||
-net user,hostfwd=tcp::2022-:22 -net nic \
|
||||
-m $(expr 1024 \* $MEM_GB) -drive file=./$DRIVENAME.qcow2,format=qcow2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user