Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:zfs commit in: /
Date: Mon, 21 Sep 2015 13:13:46
Message-Id: 1442841210.03e4d3cf202154073ab7ca6b3486ed127c5d1ad0.ryao@gentoo
1 commit: 03e4d3cf202154073ab7ca6b3486ed127c5d1ad0
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 01:48:44 2015 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:13:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=03e4d3cf
7
8 Update ZFS advice for the kernel commandline
9
10 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
11
12 genkernel | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/genkernel b/genkernel
16 index c826d57..68c6704 100755
17 --- a/genkernel
18 +++ b/genkernel
19 @@ -368,8 +368,7 @@ then
20 [ "${DMRAID}" = '1' ] && print_warning 1 'add "dodmraid" for dmraid support'
21 [ "${MDADM}" = '1' ] && print_warning 1 'add "domdadm" for RAID support'
22 [ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid=<additional options>"'
23 - [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support'
24 - [ "${ZFS}" = '1' ] && print_warning 1 ' and either "root=ZFS" to use bootfs autodetection or "root=ZFS=<dataset>" to force booting from a specific dataset'
25 + [ "${ZFS}" = '1' ] && print_warning 1 ' add "root=ZFS=<dataset>" to boot from a ZFS dataset'
26 [ "${BTRFS}" = '1' ] && print_warning 1 'add "dobtrfs" for Btrfs device scanning support'
27 [ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'