mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +00:00
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
|
/usr/sbin/bhyve \
|
||
|
-c 1 \
|
||
|
-m 214 \
|
||
|
-u \
|
||
|
-H \
|
||
|
-P \
|
||
|
-s 0:0,hostbridge \
|
||
|
-l bootrom,fakefirmwaredir/BHYVE_UEFI.fd \
|
||
|
-s 1:0,lpc \
|
||
|
-s 2:0,ahci,hd:/tmp/freebsd.img \
|
||
|
-s 3:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 bhyve
|