From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-541673-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CAD79138227 for <garchives@archives.gentoo.org>; Tue, 1 Jan 2013 16:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D119BE050E; Tue, 1 Jan 2013 16:53:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BFCFE051E for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jan 2013 16:53:23 +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 1AB0933D95D for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jan 2013 16:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A1F76E5446 for <gentoo-commits@lists.gentoo.org>; Tue, 1 Jan 2013 16:53:21 +0000 (UTC) From: "Richard Yao" <ryao@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" <ryao@gentoo.org> Message-ID: <1353622636.543181ebefddbd83850d667aa422991fbe8c3735.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao 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: 543181ebefddbd83850d667aa422991fbe8c3735 X-VCS-Branch: ryao Date: Tue, 1 Jan 2013 16:53:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ee0dc76-351d-47e4-849d-f48d2dd8eb55 X-Archives-Hash: c06b32c34df91772f286e847fed4a079 Message-ID: <20130101165321.rVc2OKgXHDu4hIPI72QXgYZFKwFNpLzoddtPsogXgNQ@z> commit: 543181ebefddbd83850d667aa422991fbe8c3735 Author: Toralf Förster <toralf.foerster <AT> gmx <DOT> de> AuthorDate: Thu Nov 22 22:13:17 2012 +0000 Commit: Richard Yao <ryao <AT> gentoo <DOT> org> CommitDate: Thu Nov 22 22:17:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=543181eb Fix non-functional init_opts parameter, bug #422471 If INIT_OPTS='' is not specified before the argument loop, scoping rules will prevent it from being seen by the switch_root invocation. Signed-off-by: Toralf Förster <toralf.foerster <AT> gmx.de> Signed-off-by: Richard Yao <ryao <AT> gentoo.org> --- defaults/linuxrc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 4166396..f1e20ce 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -38,6 +38,7 @@ CMDLINE=$(cat /proc/cmdline) FAKE_ROOT='' FAKE_INIT='' REAL_ROOTFLAGS='' +INIT_OPTS='' ROOTFSTYPE='auto' CRYPT_SILENT=0