summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRobert "ar" Gerus <ar@bash.org.pl>2013-05-02 08:07:19 +0200
committerRobert "ar" Gerus <ar@bash.org.pl>2013-05-02 08:07:19 +0200
commite57a17590bd16fb99a07519c2f763bdd34b5c1eb (patch)
treeca60c07fa592c9d0e4be7f8ea38539ef1a3445fa /TODO
parentb84d2cca1da8146106b06d4e4dafe4e71fcb253f (diff)
downloadtar-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--TODO10
1 files changed, 7 insertions, 3 deletions
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.