david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 11.06.2017 00:15

This commit is contained in:
david 2017-06-11 00:15:29 +02:00
parent fb7fbfa513
commit c201428245
1 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,8 @@ vm()
-cpu host -enable-kvm -machine type=pc,accel=kvm -smp 4 \
-m 4096 \
-drive file=$filename,if=virtio \
-net nic -net bridge,br=br0,mac=$(genmac.sh),mac=$(genmac.sh) \
-net nic,macaddr=$(genmac.sh) \
-net bridge,br=br0 \
-boot order=n
elif [ $option = "start" ]; then
@ -61,7 +62,8 @@ vm()
-cpu host -enable-kvm -machine type=pc,accel=kvm -smp 4 \
-m 4096 \
-drive file=$filename,if=virtio \
-net nic -net bridge,br=br0,mac=$(genmac.sh) \
-net nic,macaddr=$(genmac.sh) \
-net bridge,br=br0 \
-boot order=n
elif [ $option = "low" ]; then
sudo qemu-system-x86_64 -vga std \