update win10 bhyve script
This commit is contained in:
parent
2e5f3ae67f
commit
68c63c90fc
1 changed files with 5 additions and 4 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
./enroll-tap.sh vnat0 tap0 &
|
||||
|
||||
bhyve \
|
||||
-c 2 \
|
||||
-s 0,hostbridge \
|
||||
-s 3,virtio-scsi,/var/lib/libvirt/images/win10.img \
|
||||
-s 4,ahci-cd,/home/mykola/iso/win10-eagle123.iso \
|
||||
-s 5,ahci-cd,/home/mykola/iso/virtio-win-0.1.215.iso \
|
||||
-s 3,ahci-hd,/var/lib/libvirt/images/win10.img \
|
||||
-s 10,virtio-net,tap0 \
|
||||
-s 15,fbuf,rfb=127.0.0.1:5900,w=1366,h=768 \
|
||||
-s 15,fbuf,rfb=127.0.0.1:5900,w=1280,h=720 \
|
||||
-s 31,lpc \
|
||||
-l com1,/dev/nmdm0A \
|
||||
-l com2,/dev/nmdm1A \
|
||||
|
|
@ -17,3 +17,4 @@ bhyve \
|
|||
-w \
|
||||
win10
|
||||
|
||||
# -s 4,ahci-cd,/home/mykola/iso/win10-eagle123.iso \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue