|
|
|
|
|
by Twirrim
2191 days ago
|
|
dracut on RHEL7+ builds the initramfs in "host_only" mode, which attempts to strip it down to just the kernel modules you need for boot time. Which is also somewhat annoying because it completely trashes portability, which can be really irritating in cloud environments. Ubuntu has similar capability (and I'm guessing Debian upstream?), but you have to specifically enable it, by default it ships the full modules set in the initramfs. I would imagine most places outside of embedded world and maybe microvms, this stuff isn't that valuable. |
|
E.g. if you want to do network-boot over wifi, you'll have to add a initramfs-hook script to add the wifi modules for your hardware into the initramfs [1]. They are not included by default.
[1] http://www.marcfargas.com/posts/enable-wireless-debian-initr...