]> git.sesse.net Git - bcachefs-tools-debian/commit
Make initramfs hook install mount.bcachefs
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 3 Feb 2024 09:45:00 +0000 (10:45 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 4 Feb 2024 13:44:54 +0000 (14:44 +0100)
commite9fec00f8624f4858bb269ca8f268652f9b04ddb
tree48e04bb328f4495cd227c813a09df980f6571258
parentf15633cce1b79e708e9debc21c7b8772df7c7a29
Make initramfs hook install mount.bcachefs

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.
Makefile
initramfs/hook