aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2015-09-20 21:48:44 -0400
committerRichard Yao <ryao@gentoo.org>2015-09-21 09:13:30 -0400
commit03e4d3cf202154073ab7ca6b3486ed127c5d1ad0 (patch)
treee448d8f1a37094f7e1468df86592427048b248df
parentCleanup logic to find rootfs on ZFS (diff)
downloadgenkernel-03e4d3cf202154073ab7ca6b3486ed127c5d1ad0.tar.gz
genkernel-03e4d3cf202154073ab7ca6b3486ed127c5d1ad0.tar.bz2
genkernel-03e4d3cf202154073ab7ca6b3486ed127c5d1ad0.zip
Update ZFS advice for the kernel commandline
Signed-off-by: Richard Yao <ryao@gentoo.org>
-rwxr-xr-xgenkernel3
1 files changed, 1 insertions, 2 deletions
diff --git a/genkernel b/genkernel
index c826d579..68c67046 100755
--- a/genkernel
+++ b/genkernel
@@ -368,8 +368,7 @@ then
[ "${DMRAID}" = '1' ] && print_warning 1 'add "dodmraid" for dmraid support'
[ "${MDADM}" = '1' ] && print_warning 1 'add "domdadm" for RAID support'
[ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid=<additional options>"'
- [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support'
- [ "${ZFS}" = '1' ] && print_warning 1 ' and either "root=ZFS" to use bootfs autodetection or "root=ZFS=<dataset>" to force booting from a specific dataset'
+ [ "${ZFS}" = '1' ] && print_warning 1 ' add "root=ZFS=<dataset>" to boot from a ZFS dataset'
[ "${BTRFS}" = '1' ] && print_warning 1 'add "dobtrfs" for Btrfs device scanning support'
[ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'