Age | Commit message (Collapse) | Author |
|
In a pure systemd pre-boot environment, register-bcache can't be shell
code as there is no shell available. Switch to loading the module with
udev's builtin kmod support and introduce a small binary for registering
devices.
Gabriel: Changed errors to be verbose
|
|
This is necessary on Fedora, according to Rolf Fokkens.
|
|
|
|
This means bcache devices will be registered earlier and in all
cases, not just when the rootfs fails to mount.
The initramfs hook is still there to ensure the bcache module
and udev rules are shipped if an initramfs is used.
|