mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-04 20:31:13 +00:00
12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
/usr/sbin/bhyveload \
|
||
|
-m 214 \
|
||
|
-d /tmp/disk2.img bhyve
|
||
|
/usr/sbin/bhyve \
|
||
|
-c 1 \
|
||
|
-m 214 \
|
||
|
-H \
|
||
|
-P \
|
||
|
-s 0:0,hostbridge \
|
||
|
-s 2:0,virtio-blk,/tmp/disk1.img \
|
||
|
-s 3:0,virtio-blk,/tmp/disk2.img bhyve
|