diff options
author | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-02 08:07:19 +0200 |
---|---|---|
committer | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-02 08:07:19 +0200 |
commit | e57a17590bd16fb99a07519c2f763bdd34b5c1eb (patch) | |
tree | ca60c07fa592c9d0e4be7f8ea38539ef1a3445fa /TODO | |
parent | b84d2cca1da8146106b06d4e4dafe4e71fcb253f (diff) | |
download | tar-xz-loading-initramfs-e57a17590bd16fb99a07519c2f763bdd34b5c1eb.tar.gz tar-xz-loading-initramfs-e57a17590bd16fb99a07519c2f763bdd34b5c1eb.tar.bz2 tar-xz-loading-initramfs-e57a17590bd16fb99a07519c2f763bdd34b5c1eb.tar.xz tar-xz-loading-initramfs-e57a17590bd16fb99a07519c2f763bdd34b5c1eb.zip |
TODO updates.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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. |