Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Tue, 01 May 2012 19:45:18
Message-Id: 1335301350.5ce01e863ffd0ab802229d0b6646b37e6cefacd5.robbat2@gentoo
1 commit: 5ce01e863ffd0ab802229d0b6646b37e6cefacd5
2 Author: Richard Yao <ryao <AT> cs <DOT> stonybrook <DOT> edu>
3 AuthorDate: Tue Apr 24 06:31:00 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 21:02:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=5ce01e86
7
8 Update genkernel ZFS warnings
9
10 ---
11 genkernel | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/genkernel b/genkernel
15 index b4a899f..f209c47 100755
16 --- a/genkernel
17 +++ b/genkernel
18 @@ -351,8 +351,8 @@ then
19 [ "${DMRAID}" = '1' ] && print_warning 1 'add "dodmraid" for dmraid support'
20 [ "${MDADM}" = '1' ] && print_warning 1 'add "domdadm" for RAID support'
21 [ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid=<additional options>"'
22 - [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS support'
23 - [ "${ZFS}" = '1' ] && print_warning 1 ' and either "real_root=ZFS" to use bootfs autodetection or "real_root=ZFS=<dataset>" to force booting from a specific dataset'
24 + [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support'
25 + [ "${ZFS}" = '1' ] && print_warning 1 'add either "real_root=ZFS" (bootfs autodetection) or "real_root=ZFS=<dataset>" to boot from a ZFS dataset'
26 [ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'
27 if [ `grep 'CONFIG_EXT[0-9]_FS=' "${KERNEL_DIR}"/.config | wc -l` -ge 2 ]; then
28 print_warning 1 'With support for several ext* filesystems around it may be needed to'