mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
469976d55d
In the next patch we will need a stable mac address for <interface/>. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
10 lines
163 B
Plaintext
10 lines
163 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:bc:85:fe \
|
|
-s 2:0,virtio-blk,/tmp/freebsd.img bhyve
|