From 1fe66c1d06c9f96da5dc5ef64e395731b3e9937b Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 5 May 2011 18:24:09 -0400 Subject: [PATCH] WIP: add TODO --- src/pylorax/TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/pylorax/TODO diff --git a/src/pylorax/TODO b/src/pylorax/TODO new file mode 100644 index 00000000..1943e1fe --- /dev/null +++ b/src/pylorax/TODO @@ -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