From 0004e23dacad62ac32471ead3a92c7e28c0ded97 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 13 Sep 2006 16:13:03 -0400 Subject: Updated TODO, which was pretty old. --- TODO | 20 +++----------------- cobbler.spec | 2 +- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/TODO b/TODO index b333c8d..b1a7109 100644 --- a/TODO +++ b/TODO @@ -1,22 +1,8 @@ -bootconf TODO list +cobbler TODO list -T - Implement Xen tree creation / write xen-net-install - - Bootconf 'trace' command to show what a system would be provisioned to -I - Manpage (in progress) .. continuously... - - Pulling the kernel and initrd from the kickstart information - distro add [--kickstart] optionally as alternative to - [--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. - - 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). - - 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. + - SELinux means we want tftp files in /tftpboot and HTTP files in /var/www/something. + May need to be chcon aware, maybe not. Some files will be duplicated because of this. -LEGEND - -T = DONE. SOME TESTING STILL TBA. -P = PARTIAL -I = IN PROGRESS diff --git a/cobbler.spec b/cobbler.spec index 494efbd..009e4f2 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -1,7 +1,7 @@ Summary: Boot server configurator Name: cobbler Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL Group: Applications/System -- cgit