1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

sysutils/openzfs*: Add pkg-message install messages

PR:		258278
Approved by:	lwhsu (implicit)
Sponsored by:	iXsystems, Inc.
This commit is contained in:
Ryan Moeller 2021-09-08 10:57:43 -04:00
parent 6641229837
commit a4fbc9aaa1
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[
{ type: install
message: <<EOM
Amend /boot/loader.conf as follows to use this module:
- change zfs_load="YES" to NO
- change opensolaris_load="YES" to NO
- add openzfs_load="YES"
- (for ARM64) add cryptodev_load="YES"
EOM
}
]

View File

@ -0,0 +1,11 @@
[
{ type: install
message: <<EOM
Ensure that any zfs-related commands, such as zpool, zfs, as used in scripts
and in your terminal sessions, use the correct path of /usr/local/sbin/ and
not the /sbin/ commands provided by the FreeBSD base system.
Consider setting this in your shell profile defaults!
EOM
}
]