summaryrefslogtreecommitdiffstats
path: root/cobbler/collection.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-19 15:42:09 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-19 15:42:09 -0400
commite85d34ab945a1597a5b4a8693b34a2cd5f8f910a (patch)
tree40a10141ca84a4a80941cbec41b10ab535896678 /cobbler/collection.py
parentcecc3943a2de1ec97d8584174c99187e5579952c (diff)
downloadcobbler-e85d34ab945a1597a5b4a8693b34a2cd5f8f910a.tar.gz
cobbler-e85d34ab945a1597a5b4a8693b34a2cd5f8f910a.tar.xz
cobbler-e85d34ab945a1597a5b4a8693b34a2cd5f8f910a.zip
Apply patch to add --kopts-post which lets you configure the kernel options on installed systems.
Diffstat (limited to 'cobbler/collection.py')
-rw-r--r--cobbler/collection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/collection.py b/cobbler/collection.py
index 32e53106..50da6137 100644
--- a/cobbler/collection.py
+++ b/cobbler/collection.py
@@ -99,6 +99,7 @@ class Collection(serializable.Serializable):
SEARCH_REKEY = {
'kopts' : 'kernel_options',
+ 'kopts_post' : 'kernel_options_post',
'ksmeta' : 'ks_meta',
'inherit' : 'parent',
'ip' : 'ip_address',