Tweak bhyve start script
This commit is contained in:
parent
6684c5e8c6
commit
7286b825f0
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ ram=1G
|
||||||
vncport=0 # Default VNC port is 5900.
|
vncport=0 # Default VNC port is 5900.
|
||||||
comoutput=stdio # Change to /dev/nmdm0A for the first null-modem.
|
comoutput=stdio # Change to /dev/nmdm0A for the first null-modem.
|
||||||
|
|
||||||
cdrom="-s 3,ahci-cd,$vmpath/$vmname/install.iso" # Comment out for no CD-ROM.
|
cdrom="-s 3,ahci-cd,$vmpath/cdrom.iso" # Comment out for no CD-ROM.
|
||||||
|
|
||||||
/usr/sbin/bhyve \
|
/usr/sbin/bhyve \
|
||||||
-c sockets=1,cores=$cpucores,threads=1 \
|
-c sockets=1,cores=$cpucores,threads=1 \
|
||||||
|
@ -29,7 +29,7 @@ cdrom="-s 3,ahci-cd,$vmpath/$vmname/install.iso" # Comment out for no CD-ROM.
|
||||||
-w \
|
-w \
|
||||||
-H \
|
-H \
|
||||||
-s 0,hostbridge \
|
-s 0,hostbridge \
|
||||||
-s 1,virtio-blk,$vmpath/$vmname/${vmname}0.img \
|
-s 1,virtio-blk,$vmpath/${vmname}_disk0.img \
|
||||||
-s 2,virtio-net,tap0 \
|
-s 2,virtio-net,tap0 \
|
||||||
${cdrom:-""} \
|
${cdrom:-""} \
|
||||||
-s 29,fbuf,tcp=localhost:$vncport,w=1024,h=768 \
|
-s 29,fbuf,tcp=localhost:$vncport,w=1024,h=768 \
|
||||||
|
|
Loading…
Reference in a new issue