diff options
author | koverstreet <kent.overstreet@gmail.com> | 2025-09-17 21:59:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 21:59:49 -0400 |
commit | 2183399401fb810f2df0fa315759fe42237fcf08 (patch) | |
tree | c507d435da9464497bb045c2970aaabb2cee1420 /debian/bcachefs-tools.install | |
parent | 99aafa9c40b697086d36668fb7cbadcab604bc94 (diff) | |
parent | a235493c29aa8c38625a4390b5d57d246c87878e (diff) |
Debian: split DKMS into separate binary package
Diffstat (limited to 'debian/bcachefs-tools.install')
-rw-r--r-- | debian/bcachefs-tools.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/bcachefs-tools.install b/debian/bcachefs-tools.install new file mode 100644 index 00000000..c2d883de --- /dev/null +++ b/debian/bcachefs-tools.install @@ -0,0 +1,9 @@ +usr/lib/udev/rules.d/64-bcachefs.rules +usr/sbin/bcachefs +usr/sbin/fsck.bcachefs +usr/sbin/fsck.fuse.bcachefs +usr/sbin/mkfs.bcachefs +usr/sbin/mkfs.fuse.bcachefs +usr/sbin/mount.bcachefs +usr/sbin/mount.fuse.bcachefs +usr/share/man/man8/bcachefs.8 |