WIP: add TODO

This commit is contained in:
Will Woods 2011-05-05 18:24:09 -04:00
parent bd1fd1e139
commit 1fe66c1d06

28
src/pylorax/TODO Normal file
View File

@ -0,0 +1,28 @@
FIXME:
- make TemplateRunner handle ramdisk.tmpl and installtree
- DONE: rewrite ramdisk.tmpl a bit
- DONE: install -> installpkg
- DONE: remove -> removepkg
- DONE: remove --path -> remove
- DONE: module takes multiple args
- DONE: rewrite installtree as template
- DONE: split installtree into postinstall/cleanup
- add TemplateRunner commands
- installpkg, removepkg, module
- also do_installpkg, do_removepkg
- or maybe run_transaction?
- handle [compression] conf keys (type, speed)
Good ideas:
- rewrite imgutils with anaconda.storage
- update imgutils to be able to partition images
- via dmsetup stuff in anaconda.storage?
- allow alternate runtime images via conf key
Someday:
- split initramfs/runtime on media
- keep small initramfs separate
- fix bootloader config for using both images
- build media with split initramfs/runtime