TODO updates.

master
Robert "ar" Gerus 2013-05-02 08:07:19 +02:00
parent b84d2cca1d
commit e57a17590b
1 changed files with 7 additions and 3 deletions

10
TODO
View File

@ -3,12 +3,14 @@ YES:
* Configuration examples, HOWTOs.
* DNS configuration.
* {pre,post}_hooks for some phases.
* Unattended mode, where reboot loop is actually the desired behavior.
* Might require /proc to be mounted somehow, as the easiest way to do this
might be "echo b > /proc/sysrq-trigger"
MAYBE:
* Change the rootfs_part= argument handling, so that it would accept arbitrary
ammount of transformations; will lead to awesome stuff like transforming
next parts using scripts downloaded in previous parts.
Might actually work now, but didn't test it yet.
transformations; will lead to awesome stuff like transforming next parts
using scripts downloaded in previous parts.
* Compression algorithm autodetection based on filename OR bsdtar automagic.
* Fancier OK/FAIL - at the end of the line, or somewhere.
* A proper vim modeline for the initramfs/init script.
@ -27,3 +29,5 @@ DONE:
* Rootfs "overlays"/"parts".
* Start different init than /sbin/init.
* Added some examples.
* rootfs_part= argument handling now accepts arbitrary ammount of predefined
transformations.