tar-xz-loading-initramfs/TODO

29 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-04-30 11:30:34 +00:00
YES:
* Specifying rootfs location filesystem type
2013-04-30 12:25:45 +00:00
* Configuration examples, HOWTOs
* DNS configuration.
2013-05-02 03:53:32 +00:00
* {pre,post}_hooks for some phases.
2013-04-30 11:30:34 +00:00
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.
2013-05-02 02:33:21 +00:00
Might actually work now, but didn't test it yet.
2013-04-30 11:30:34 +00:00
* Compression algorithm autodetection based on filename OR bsdtar automagic
* Fancier OK/FAIL - at the end of the line, or somewhere
2013-05-02 03:53:32 +00:00
* A proper vim modeline for the initramfs/init script.
2013-05-02 02:33:21 +00:00
* 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.
2013-05-02 04:54:09 +00:00
* Making pv optional.
* Optional bsdtar.
* Optional curl, for https and other uri types.
* Fallback sshd.
* Kernel parameter for accepted-by-default ssh keys
2013-04-30 11:30:34 +00:00
DONE:
* Downloading rootfs over http
* Other compression algorithms
* Rootfs "overlays"/"parts"
2013-05-02 02:33:21 +00:00
* Start different init than /sbin/init