]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - initramfs/hook
Replaced mkdir -p with install -D in make install
[bcachefs-tools-debian] / initramfs / hook
index 404a249911b8ec70d92ed02e0a2f45b739ca8589..c172dbdbbd32bc2dd466bb09436827c852818bda 100755 (executable)
@@ -22,3 +22,6 @@ manual_add_modules 'bcachefs'
 add_loaded_modules 'chacha20[-_]*'
 add_loaded_modules 'poly1305[-_]*'
 
+# Add the bcachefs utility to the initramfs
+# Note: make install replaces this with the install path, so it must be last
+#copy_exec /usr/local/sbin/bcachefs /sbin/bcachefs