summaryrefslogtreecommitdiff
path: root/sysutils/vm-bhyve/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vm-bhyve/pkg-message')
-rw-r--r--sysutils/vm-bhyve/pkg-message15
1 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/vm-bhyve/pkg-message b/sysutils/vm-bhyve/pkg-message
index 31d6ed9527a4..035201335f27 100644
--- a/sysutils/vm-bhyve/pkg-message
+++ b/sysutils/vm-bhyve/pkg-message
@@ -1,3 +1,6 @@
+[
+{ 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.
@@ -11,10 +14,12 @@ OR
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
+}
+]