From ffc8979b8bdd0d5982d9bdbdea2b5a1ff77a7f4f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 23 Sep 2025 10:31:54 -0400 Subject: [PATCH] Move initramfs scripts back to main bcachefs-tools package If bcachefs goes back upstream or a user is compiling from source they won't need the dkms package, but they will need the initramfs hooks. Signed-off-by: Kent Overstreet --- debian/bcachefs-kernel-dkms.install | 2 -- debian/bcachefs-tools.install | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/bcachefs-kernel-dkms.install b/debian/bcachefs-kernel-dkms.install index 954cc1b3..fe959ff0 100644 --- a/debian/bcachefs-kernel-dkms.install +++ b/debian/bcachefs-kernel-dkms.install @@ -1,3 +1 @@ -usr/share/initramfs-tools/hooks/bcachefs -usr/share/initramfs-tools/scripts/local-premount/bcachefs usr/src/bcachefs-* diff --git a/debian/bcachefs-tools.install b/debian/bcachefs-tools.install index c2d883de..8da38b98 100644 --- a/debian/bcachefs-tools.install +++ b/debian/bcachefs-tools.install @@ -7,3 +7,5 @@ usr/sbin/mkfs.fuse.bcachefs usr/sbin/mount.bcachefs usr/sbin/mount.fuse.bcachefs usr/share/man/man8/bcachefs.8 +usr/share/initramfs-tools/hooks/bcachefs +usr/share/initramfs-tools/scripts/local-premount/bcachefs