]> git.ipfire.org Git - thirdparty/dracut.git/blob - TODO
dracut-functions.sh: turn off regexp for strstr()
[thirdparty/dracut.git] / TODO
1 Current TODO list, broken into things which are relevant for the initramfs itself (/init et al) vs the generator. A lot of things are/should be marked with "FIXME" in the code
2 INITRAMFS TODO
3
4 - The hard-coded list of udev rules that we care about is kind of lame.
5 - automatic kexec fallback
6 - panic fallback
7 - fsck for $NEWROOT/usr
8
9 GENERATOR TODO
10
11 - Default module specification could use some work
12 - udev rule copying, as mentioned above, is a bit too hard-coded
13 - pkg-config integration, to make it easy for other packages to use us.
14 - add recovery image creator (mkrecovery)
15
16 CODE TODO
17 - document functions
18 - make function vars local, and prefix with "_"
19
20 Future Enhancement Requests
21
22 - run ssh server to enter crypto password or perform debugging (supported by debian)
23 - Bug 524727 - Dracut + encrypted root + networking
24