From 0fc63effd67b6cfac6985843544aff54892847c2 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 24 Jun 2011 18:12:11 -0400 Subject: [PATCH] Remove TODO - doesn't need to be in git --- src/pylorax/TODO | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/pylorax/TODO diff --git a/src/pylorax/TODO b/src/pylorax/TODO deleted file mode 100644 index e61863d5..00000000 --- a/src/pylorax/TODO +++ /dev/null @@ -1,18 +0,0 @@ -FIXME: -- 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 -- run prelink on runtime image - - chroot ${root} /etc/cron.daily/prelink - - -Someday: -- split initramfs/runtime on media - - keep small initramfs separate - - fix bootloader config for using both images - - build media with split initramfs/runtime