summaryrefslogtreecommitdiff
path: root/initramfs/hook
AgeCommit message (Collapse)Author
2024-02-04Make initramfs hook install mount.bcachefsSteinar H. Gunderson
Now that the bcachefs tool unconditionally includes the mount parts (or more correctly, you cannot build it at all if you don't have Rust), we can call copy_exec on mount.bcachefs, to get the symlink installed. In particular, this helps with mounting UUID mounts as /. See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060411 for the remaining parts needed in initramfs-tools itself.
2019-01-13Replaced mkdir -p with install -D in make installTim Schlueter
Also added a comment about the bcachefs utility to the initramfs hook
2018-11-04Make sure initramfs-tools adds chacha20 and poly1305 if loadedTim Schlueter
2018-02-11add -c to cmd_unlock, to check if a device needs to be unlockedKent Overstreet
2013-10-28Adding autotools support to bcache-toolsClaudio Fleiner
thie enables building it in a different directory, more flexible install and configure options, and should make it easier to eventualy create deb and rpm packages. Additionally this makes it much easier to build and test this package as it now behaves the same way as others we are using.
2013-04-11Register devices with just udev.Gabriel
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.
2012-07-13Fix the initramfs scriptKent Overstreet