summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-04-20 11:46:56 -0400
committerJim Meyering <jim@meyering.net>2006-04-20 11:46:56 -0400
commit8bcbdbda6b2919045b1a7d36586df6961eeaf475 (patch)
tree146ab2a03e649b5f6d2abc9b221d2ace29582919 /TODO
parent65ff0f70aecf710e7bfac912bcc0bd2fec28e4dc (diff)
downloadthird_party-cobbler-8bcbdbda6b2919045b1a7d36586df6961eeaf475.tar.gz
third_party-cobbler-8bcbdbda6b2919045b1a7d36586df6961eeaf475.tar.xz
third_party-cobbler-8bcbdbda6b2919045b1a7d36586df6961eeaf475.zip
Added example config that's more current / edited TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 4 insertions, 10 deletions
diff --git a/TODO b/TODO
index 2b5c008..a4c2529 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,14 @@
-
bootconf TODO list
-P - Implement Xen tree creation / write xen-net-install
-D - Unified options and nomenclature for Xen.
-D - Group is a "Profile", not a Group
+T - Implement Xen tree creation / write xen-net-install
- Bootconf 'trace' command to show what a system would be provisioned to
-T - Do kernel copying into directories named after each distro
- to resolve name conflicts
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
+ [--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. (Run pieces of check modularly when we start)
- - openuri checking for kickstart existance (HTTP HEAD)
+ - 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).
@@ -22,7 +17,6 @@ I - Manpage (in progress) .. continuously...
LEGEND
T = DONE. SOME TESTING STILL TBA.
-D = DONE. LOOKS FINE.
P = PARTIAL
I = IN PROGRESS