You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.3 KiB

13 years ago
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.
Items are ordered in priority.
14 years ago
INITRAMFS TODO
13 years ago
- fix btrfs subvolume mounting for /usr (fsck)
- generate systemd unit dracut-initramfs-restore in /run/systemd dynamically
13 years ago
- put "root=" parsing hooks in separate hook dir
- call "root=" parsing hooks after getting new rootpath from dhcp
- put mount hook in main initqueue loop
- the hard-coded list of udev rules that we care about is kind of lame.
- automatic kexec fallback
- panic fallback
14 years ago
GENERATOR TODO
- add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
- provide "installkernel" and "new-kernel-pkg"
13 years ago
- add mechanism for module specific command line options
14 years ago
- pkg-config integration, to make it easy for other packages to use us.
- add recovery image creator (mkrecovery)
13 years ago
- default module specification could use some work
- udev rule copying, as mentioned above, is a bit too hard-coded
14 years ago
CODE TODO
13 years ago
- document more functions
14 years ago
- make function vars local, and prefix with "_"
Future Enhancement Requests
- run ssh server to enter crypto password or perform debugging (supported by debian)
13 years ago
- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - Dracut + encrypted root + networking