diff --git a/TODO b/TODO index ced9251..976d512 100644 --- a/TODO +++ b/TODO @@ -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.