From 9e5ae61268b7963254c26feecc2bc67e4cf21f25 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 3 May 2006 18:09:53 -0400 Subject: Misc cobbler cleanup. Switched to the new yaml parser (it's uglier, need to do something about that). Added some tests. Modified test code so it never clobbers a working install. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ae76140..8c18700 100644 --- a/TODO +++ b/TODO @@ -8,11 +8,9 @@ I - Manpage (in progress) .. continuously... [--kernel=] and [--initrd=]. If so, groups can inherit kickstart info from the group (can and must if the distro has a kickstart specified). - Don't require root, check for permissions on dirpaths we touch. - - Review 'check' to make sure it makes sense when there is no dhcpd. - Support pxelinux's default directory - Subnet creation shorthand ... (system objects that match multiples?) - MAC ranges for Xen (how best to do this? shelve this for now). - - Consider some sort of kickstart manager to templatize kickstarts? - If there is a parse error in /etc/cobbler.conf and the user deletes that file, fix the bug that also deletes the file in /var. -- cgit