summaryrefslogtreecommitdiff
path: root/initramfs
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-25Adding plymouth support to initramfs scriptTim Schlueter
2018-02-25Initramfs script improvementsTim Schlueter
- Resolve the root device, so it can be specified by UUID, etc. - Exit immediately if the ROOTFSTYPE is set and not bcachefs - Only try to unlock the device 3 times before opening a shell or rebooting (depending on kernel cmdline)
2018-02-11add -c to cmd_unlock, to check if a device needs to be unlockedKent Overstreet
2016-04-25debifyKent Overstreet
2014-03-20Merge remote-tracking branch 'remotes/angband/master'Kent Overstreet
Conflicts: make-bcache.c
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-10-06Move probe-bcache to UDEVLIBDIRGabriel
2013-10-05udev: Fit into the standard rule sequenceGabriel
Move the rule to run a bit later, after the standard udev rules have called blkid. Don't run blkid manually, and run probe-bcache as a fallback which can be patched out in a package that depends on util-linux 2.24+. probe-bcache: bail if libblkid finds anything Preserve our last-resort safety check here in case earlier rules fail to call blkid.
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
2012-04-11Update initramfs probe scriptKent Overstreet
2010-10-08UUIDsKent Overstreet