blob: 22c44f7ed7a30e1ae1c52359ffbc27fb15453be8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[
{ type: install
message: <<EOM
To enable libvirtd please add libvirtd_enable="YES" to
/etc/rc.conf.
NOTE ON CONFIGURATION:
The libvirt port does not come with networking configuration enabled.
The 'default' network definition is available at:
%%EXAMPLESDIR%%/networks/default.xml
To enable this network please do the following:
cp %%EXAMPLESDIR%%/networks/default.xml %%ETCDIR%%/qemu/networks
To configure this network for autostart, execute the following:
ln -s ../default.xml %%ETCDIR%%/qemu/networks/autostart/default.xml
If you have libvirtd already running you'll need to restart it for changes
to take effect.
%%BHYVE%%
%%BHYVE%%For more details on using libvirt with bhyve please refer to:
%%BHYVE%% %%DOCSDIR%%/html/drvbhyve.html
%%BHYVE%% or:
%%BHYVE%% http://libvirt.org/drvbhyve.html
%%BHYVE%%
EOM
}
]
|