mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
|
/usr/sbin/bhyve -c 1 -m 214 -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/freebsd1.img \
|
||
|
-s 2:0,ahci-hd,/tmp/freebsd2.img \
|
||
|
-s 2:0,ahci-hd,/tmp/freebsd3.img \
|
||
|
bhyve
|