From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89C191391DB for ; Mon, 24 Mar 2014 16:08:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E98DE0AE4; Mon, 24 Mar 2014 16:08:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D30CE0AAC for ; Mon, 24 Mar 2014 16:08:04 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8934C33FB23 for ; Mon, 24 Mar 2014 16:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 730CB188F8 for ; Mon, 24 Mar 2014 16:08:01 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1395677227.f96f9265af16a9bdce3fe7d74c995e76bac8f1cf.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:2.X commit in: modules/ X-VCS-Repository: proj/catalyst X-VCS-Files: modules/generic_stage_target.py X-VCS-Directories: modules/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: f96f9265af16a9bdce3fe7d74c995e76bac8f1cf X-VCS-Branch: 2.X Date: Mon, 24 Mar 2014 16:08:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c97d8ec6-128f-4af8-80b3-8030c9007063 X-Archives-Hash: 37a0b06a4848230b307db2a1676550cb commit: f96f9265af16a9bdce3fe7d74c995e76bac8f1cf Author: Guy Martin gentoo org> AuthorDate: Mon Mar 3 05:18:02 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Mar 24 16:07:07 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f96f9265 Allow kernelopts as a valid value for kernels. --- modules/generic_stage_target.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 37d1fa1..530f7ee 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -579,6 +579,7 @@ class generic_stage_target(generic_target): self.valid_values.append("boot/kernel/"+x+"/softlevel") self.valid_values.append("boot/kernel/"+x+"/use") self.valid_values.append("boot/kernel/"+x+"/packages") + self.valid_values.append("boot/kernel/"+x+"/kernelopts") if "boot/kernel/"+x+"/packages" in addlargs: if type(addlargs["boot/kernel/"+x+\ "/packages"])==types.StringType: