summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-30 17:14:12 -0500
committerJim Meyering <jim@meyering.net>2006-10-30 17:14:12 -0500
commit6f6ec085d59fd9ab050dca376f16d7736c290d61 (patch)
treea3fafc23bd6827ceb980e569d098883df256b5ac /TODO
parentcd798a13f754e4d0c3f240b9c2f09cc618fd180d (diff)
downloadthird_party-cobbler-6f6ec085d59fd9ab050dca376f16d7736c290d61.tar.gz
third_party-cobbler-6f6ec085d59fd9ab050dca376f16d7736c290d61.tar.xz
third_party-cobbler-6f6ec085d59fd9ab050dca376f16d7736c290d61.zip
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index b2c0d8e..4ca1819 100644
--- a/TODO
+++ b/TODO
@@ -27,4 +27,12 @@ ideas:
- make the multiple-bootloader system more plugin oriented to allow
for alternative bootloaders (not neccessarily kickstart related)
to be added
-
+ - kickstart success tracking
+ originally I implemented some of this using a CGI based system, though it really would benefit
+ more from a custom webserver (python's HTTP server would be fine) and providing a few more options
+ to integrate with the API. this would allow tracking of more data w/o having to store it in files, etc,
+ and a bit more opportunity for dynamic stuff. It also prevents needing to tweak the permissions
+ model used by the serializer, (and some additional SELinux problems).
+ - a "--next-profile" option to set the profile after a machine has kickstarted, i.e. to boot locally, etc
+ (useful with PXE-anytime configs, or perhaps PXE configs that just probe HW or do something weird)
+