Update TODO.

master
Robert "ar" Gerus 2013-05-02 04:33:21 +02:00
parent 81e69c95e1
commit cef446dd04
1 changed files with 8 additions and 1 deletions

9
TODO
View File

@ -1,6 +1,5 @@
YES:
* Specifying rootfs location filesystem type
* Start different init than /sbin/init
* Configuration examples, HOWTOs
* DNS configuration.
@ -8,10 +7,18 @@ 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.
* Compression algorithm autodetection based on filename OR bsdtar automagic
* Fancier OK/FAIL - at the end of the line, or somewhere
* https. But wget in busybox doesn't and won't support it.
http://lists.busybox.net/pipermail/busybox-cvs/2005-April/019949.html
* A proper buildsystem.
* Making pv optional.
* Optional bsdtar.
* Optional curl, for https and other uri types.
DONE:
* Downloading rootfs over http
* Other compression algorithms
* Rootfs "overlays"/"parts"
* Start different init than /sbin/init