summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-14 16:15:21 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-14 16:15:21 -0400
commit7b6922a1da2654874d14ba97340e95ab88eff202 (patch)
tree35a2b2c0a03a37b87c8e37d8a3956736fd5e4bad /CHANGELOG
parent9d5b494aaac2d2b0be4b598d6049eb869ef4b49c (diff)
downloadthird_party-cobbler-7b6922a1da2654874d14ba97340e95ab88eff202.tar.gz
third_party-cobbler-7b6922a1da2654874d14ba97340e95ab88eff202.tar.xz
third_party-cobbler-7b6922a1da2654874d14ba97340e95ab88eff202.zip
Added the ability to undefine a symbol that is defined in a parent object.
This means that if a kernel option is set for a profile, and you want it unset in a child system, you can say --kopts='!foo' to undefine the foo. Similarly you can add symbols and undefine others at the same time... --kopts='bar !foo baz=3' and so on. This is relatively fringe usage but was previously not possible.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c34ffff..c291335 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ Cobbler CHANGELOG
- build pxe trees for systems even if interface0 is undefined
- add sync() back into XMLRPC API, missing in 0.9.1
- added 'distro_name', 'profile_name', and 'system_name' to generated template vars
+- it's now possible to undefine a --ksmeta or kopts symbol defined in a parent with "!foo"
- Fri May 09 2008 - 0.9.1
- patch to allow yumopts to override gpgcheck