From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-526436-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 EDFF4138202 for <garchives@archives.gentoo.org>; Thu, 22 Nov 2012 22:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BAB0E05F9; Thu, 22 Nov 2012 22:20: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 00850E05F9 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2012 22:20: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 0C72533D880 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2012 22:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8C7BAE5442 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Nov 2012 22:20: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: <1353622524.52c9537c4809aebae0f60a1be7c9b3011108ebcb.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: 52c9537c4809aebae0f60a1be7c9b3011108ebcb X-VCS-Branch: ryao Date: Thu, 22 Nov 2012 22:20: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: 112c63c4-24aa-4473-9ced-3720b9664244 X-Archives-Hash: dd8f9b0c6775a1e5268ae750acbfc801 commit: 52c9537c4809aebae0f60a1be7c9b3011108ebcb 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:15:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=52c9537c 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 1bc09a7..c14e9f6 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