]> git.pld-linux.org Git - projects/geninitrd.git/blame - TODO
Load configured font and do it early.
[projects/geninitrd.git] / TODO
CommitLineData
251a19bf 1- add support for loading SELinux policy
99745143 2- add support to AMI RAID
b43d56c0
AF
3- use System.map to determine compiled fs support
4- check support for i2o
b43d56c0 5- add support for adding some custom code to linuxrc (define hooks places)
a3971add 6- missing module is not critical (but write big warning about this)
52174a64 7- tmpfs /dev hints from: https://wiki.ubuntu.com/ReplacementInit
a3971add 8
3f9a00c2 9- use dmsetup deps to find dmraid, dm-multipath, lvm2 deps:
bde770a3
ER
10# dmsetup deps 360060160dac01800c462f46c2e3fdb11p2
111 dependencies : (254, 7)
12# dmsetup deps 360060160dac01800c462f46c2e3fdb11
132 dependencies : (8, 0) (8, 64)
a3971add 14
a3971add
ER
15- utilize sysfs (if avail):
16(IFS=: read maj min < /sys/class/misc/device-mapper/dev; echo $maj $min)
1710 59
eb72fdd1
AM
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)
8d1ed435
AM
21
22- make extract-ikconfig() able to read config from vmlinuz (in case of CONFIG_IKCONFIG=y instead of =m)
ec831b0f 23- make lvm2 not to complain about fds, use LVM_SUPPRESS_FD_WARNINGS=1
7b4246dc
ER
24
25- mount --move /dev to /newroot/dev when /dev is devtmpfs
26this would fix cases /newroot/dev being mounted readonly and /dev/ not containing console node.
27
28need to think how _not_ to do that in case of /newroot os containing static /dev
4eef20d7
ER
29
30- suspend from /dev/disks/by-label fails on startup, even initrd contains dev node
31 - also suspend asks to input manually, but no keyboard drivers yet loaded (check usbhid.ko vs hid.ko)
32
33- also blkid is inited twice at generate time
This page took 0.348595 seconds and 4 git commands to generate.