summaryrefslogtreecommitdiff
path: root/sysutils/vm-bhyve/pkg-message
blob: 035201335f27c6332a7fb2eee73ba52b7f1826d3 (plain)
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
[
{ type: install
  message: <<EOM
To enable vm-bhyve, please add the following lines to rc.conf,
depending on whether you are using ZFS storage or not. Please note
that the directory or dataset specified should already exist.

    vm_enable="YES"
    vm_dir="zfs:pool/dataset"

OR

    vm_enable="YES"
    vm_dir="/directory/path"

Then run 'vm init'.
EOM
}
{ type: upgrade, maximum_version: 1.2
  message: <<EOM
Please note, if upgrading from version 1.1, it is advised to shutdown guests
and restart the host in order to re-create all virtual switches using new identifiers.
EOM
}
]