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 1SrDzl-0006id-69 for garchives@archives.gentoo.org; Tue, 17 Jul 2012 20:03:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F361AE073E; Tue, 17 Jul 2012 20:03:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C5226E073E for ; Tue, 17 Jul 2012 20:03:36 +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 332961B4025 for ; Tue, 17 Jul 2012 20:03:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F0982E5434 for ; Tue, 17 Jul 2012 20:03:34 +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: <1342555006.35fa22bc6a3674d39a25dd655cfa881796971933.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: 35fa22bc6a3674d39a25dd655cfa881796971933 X-VCS-Branch: master Date: Tue, 17 Jul 2012 20:03:34 +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: 483e9600-ddca-4abe-a786-fdca990e4efc X-Archives-Hash: de839d4260c2d10b3f541a203b8f5104 commit: 35fa22bc6a3674d39a25dd655cfa881796971933 Author: Richard Yao cs stonybrook edu> AuthorDate: Tue Jul 17 19:56:46 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Tue Jul 17 19:56:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D35fa22bc Fix rootfs=3DZFS infinite loop when no bootfs is set, bug #425120 --- defaults/linuxrc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 8a1bec9..6d156d7 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -533,6 +533,8 @@ do =09 done; =20 + else + got_good_root=3D0 fi =20 fi