---
catalyst/base/stagebase.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index d1109c5..8518783 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -609,6 +609,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
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:
--
1.8.3.2- [gentoo-catalyst] [PATCH 00/11] Livecd updates for catalyst 3.0 Guy Martin
- [gentoo-catalyst] [PATCH 04/11] Fix merging kernel without... Guy Martin
- [gentoo-catalyst] [PATCH 08/11] Fix and improve kernel bui... Guy Martin
- [gentoo-catalyst] [PATCH 05/11] Rename System.map in a way... Guy Martin
- [gentoo-catalyst] [PATCH 06/11] Allow kernelopts as a vali... Guy Martin
- [gentoo-catalyst] [PATCH 09/11] Don't make cdtar mandatory... Guy Martin
- [gentoo-catalyst] [PATCH 03/11] /etc/conf.d/rc doesn't exi... Guy Martin
- [gentoo-catalyst] [PATCH 01/11] update-modules doesn't exi... Guy Martin
- [gentoo-catalyst] [PATCH 10/11] Use the system's iplboot t... Guy Martin
- [gentoo-catalyst] [PATCH 02/11] depscan.sh doesn't exists ... Guy Martin
- [gentoo-catalyst] [PATCH 11/11] Remove unused hppa cdtar. Guy Martin
- [gentoo-catalyst] [PATCH 07/11] Make use of _kernelopts fo... Guy Martin
