X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=TODO;h=42066b15e64d9ea1e23a84ba8759e95c1b10bfce;hb=ad5033d7e704edaf52f2be18d4aa98c378179ede;hp=503eb3ea5c563e3ce0137d58c0ca58de74f2f0ab;hpb=eb72fdd1d11d25862c4aff6e09a86cff34a5294a;p=projects%2Fgeninitrd.git diff --git a/TODO b/TODO index 503eb3e..42066b1 100644 --- a/TODO +++ b/TODO @@ -18,3 +18,16 @@ - for mod-suspend.sh resume from device specified at boot and not in config files (resume -r /dev/xyz_from_kernel_boot_option) + +- make extract-ikconfig() able to read config from vmlinuz (in case of CONFIG_IKCONFIG=y instead of =m) +- make lvm2 not to complain about fds, use LVM_SUPPRESS_FD_WARNINGS=1 + +- mount --move /dev to /newroot/dev when /dev is devtmpfs +this would fix cases /newroot/dev being mounted readonly and /dev/ not containing console node. + +need to think how _not_ to do that in case of /newroot os containing static /dev + +- suspend from /dev/disks/by-label fails on startup, even initrd contains dev node + - also suspend asks to input manually, but no keyboard drivers yet loaded (check usbhid.ko vs hid.ko) + +- also blkid is inited twice at generate time