]> git.pld-linux.org Git - projects/geninitrd.git/blob - TODO
no need to mess with magic values, let the "magic" be value
[projects/geninitrd.git] / TODO
1 - add support for loading SELinux policy  
2 - add support to AMI RAID
3 - use System.map to determine compiled fs support
4 - check support for i2o
5 - add support for adding some custom code to linuxrc (define hooks places)
6 - missing module is not critical (but write big warning about this)
7 - tmpfs /dev hints from: https://wiki.ubuntu.com/ReplacementInit
8
9 - use dmsetup deps to find dmraid, dm-multipath, lvm2 deps:
10 # dmsetup deps 360060160dac01800c462f46c2e3fdb11p2
11 1 dependencies  : (254, 7)
12 # dmsetup deps 360060160dac01800c462f46c2e3fdb11
13 2 dependencies  : (8, 0) (8, 64)
14
15 - utilize sysfs (if avail):
16 (IFS=: read maj min < /sys/class/misc/device-mapper/dev; echo $maj $min)
17 10 59
18
19 - for mod-suspend.sh resume from device specified at boot and not in config files
20   (resume -r /dev/xyz_from_kernel_boot_option)
21
22 - make extract-ikconfig() able to read config from vmlinuz (in case of CONFIG_IKCONFIG=y instead of =m)
23 - make lvm2 not to complain about fds, use LVM_SUPPRESS_FD_WARNINGS=1
This page took 0.13828 seconds and 3 git commands to generate.