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.77) (envelope-from ) id 1SrE2a-0007Bp-Vv for garchives@archives.gentoo.org; Tue, 17 Jul 2012 20:06:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B7A3E0693; Tue, 17 Jul 2012 20:06:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3119E0693 for ; Tue, 17 Jul 2012 20:06:28 +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 4FFBD1B4025 for ; Tue, 17 Jul 2012 20:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1E0F8E543C for ; Tue, 17 Jul 2012 20:06:27 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1342555436.65249bbcea5fc30fad575e0534f563d5937eab6b.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 65249bbcea5fc30fad575e0534f563d5937eab6b X-VCS-Branch: master Date: Tue, 17 Jul 2012 20:06:27 +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: 3bfc8af3-d27e-4a00-9214-529214bd9760 X-Archives-Hash: c630c2ef2fbdb8c2b509f3cde9781305 commit: 65249bbcea5fc30fad575e0534f563d5937eab6b Author: Richard Yao cs stonybrook edu> AuthorDate: Tue Jul 17 19:57:02 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Jul 17 20:03:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D65249bbc Fix bad ZFS case statement, bug #425122 --- defaults/linuxrc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 6d156d7..0403b4d 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -250,7 +250,7 @@ fi =20 # Set variables based on the value of REAL_ROOT case "${REAL_ROOT}" in - ZFS*) + ZFS=3D*) ZFS_POOL=3D${REAL_ROOT#*=3D} ZFS_POOL=3D${ZFS_POOL%%/*} USE_ZFS=3D1