mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29:56 +00:00
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
|
/usr/sbin/bhyve \
|
||
|
-c 1 \
|
||
|
-m 214 \
|
||
|
-u \
|
||
|
-H \
|
||
|
-P \
|
||
|
-s 0:0,hostbridge \
|
||
|
-s 3:0,virtio-net,faketapdev,mac=52:54:00:00:00:00 \
|
||
|
-s 2:0,ahci-hd,/tmp/freebsd.img \
|
||
|
-s 4:0,ahci-cd,/tmp/cdrom.iso bhyve
|