From 7b6922a1da2654874d14ba97340e95ab88eff202 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 14 May 2008 16:15:21 -0400 Subject: 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. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') 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 -- cgit