LWN.net Logo

What's initramfs do now?

What's initramfs do now?

Posted Dec 8, 2012 19:10 UTC (Sat) by nix (subscriber, #2304)
In reply to: What's initramfs do now? by dlang
Parent article: Gentoo's udev fork

If you need that sort of system-specific config baked into the initramfs, you are doing something wrong. Both mdadm and LVM can scan for things to mount: you should be relying on that, and using config files at most as defaults overrideable on the kernel command line. (A few lines of shell while loop to parse the command line and bingo.)


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds