From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SPJ0g-0004pH-09 for garchives@archives.gentoo.org; Tue, 01 May 2012 19:45:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08F28E0B37; Tue, 1 May 2012 19:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF1C1E0B27 for ; Tue, 1 May 2012 19:44:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4077A1B4027 for ; Tue, 1 May 2012 19:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CC8AAE542E for ; Tue, 1 May 2012 19:44:32 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1335301350.5ce01e863ffd0ab802229d0b6646b37e6cefacd5.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5ce01e863ffd0ab802229d0b6646b37e6cefacd5 X-VCS-Branch: master Date: Tue, 1 May 2012 19:44:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6f86f468-b7dd-4189-9b67-b209d58429e7 X-Archives-Hash: 7ddb6a7bee870059203cc9a3e028ea67 commit: 5ce01e863ffd0ab802229d0b6646b37e6cefacd5 Author: Richard Yao cs stonybrook edu> AuthorDate: Tue Apr 24 06:31:00 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Apr 24 21:02:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D5ce01e86 Update genkernel ZFS warnings --- genkernel | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genkernel b/genkernel index b4a899f..f209c47 100755 --- a/genkernel +++ b/genkernel @@ -351,8 +351,8 @@ then [ "${DMRAID}" =3D '1' ] && print_warning 1 'add "dodmraid" for dmraid s= upport' [ "${MDADM}" =3D '1' ] && print_warning 1 'add "domdadm" for RAID suppo= rt' [ "${DMRAID}" =3D '1' ] && print_warning 1 ' or "dodmraid=3D"' - [ "${ZFS}" =3D '1' ] && print_warning 1 'add "dozfs" for ZFS support' - [ "${ZFS}" =3D '1' ] && print_warning 1 ' and either "real_root=3DZFS" = to use bootfs autodetection or "real_root=3DZFS=3D" to force boo= ting from a specific dataset' + [ "${ZFS}" =3D '1' ] && print_warning 1 'add "dozfs" for ZFS volume man= agement support' + [ "${ZFS}" =3D '1' ] && print_warning 1 'add either "real_root=3DZFS" (= bootfs autodetection) or "real_root=3DZFS=3D" to boot from a ZFS= dataset' [ "${ISCSI}" =3D '1' ] && print_warning 1 'add at least "iscsi_initiato= rname=3D iscsi_target=3D and iscsi_address=3D= " for iscsi support' if [ `grep 'CONFIG_EXT[0-9]_FS=3D' "${KERNEL_DIR}"/.config | wc -l` -ge= 2 ]; then print_warning 1 'With support for several ext* filesystems around it m= ay be needed to'