summaryrefslogtreecommitdiff
path: root/initramfs
diff options
context:
space:
mode:
authorTim Schlueter <schlueter.tim@linux.com>2019-01-13 18:47:41 -0800
committerTim Schlueter <schlueter.tim@linux.com>2019-01-13 19:31:04 -0800
commitbdeffdf3c71eedd99ec275b9cf7b117f8585e37e (patch)
treee434b9783a96480fbbf59dbb669a3210623bb290 /initramfs
parent079e6ab647649d03f9eb6feda33802b3d2fa8317 (diff)
Replaced mkdir -p with install -D in make install
Also added a comment about the bcachefs utility to the initramfs hook
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/hook3
1 files changed, 3 insertions, 0 deletions
diff --git a/initramfs/hook b/initramfs/hook
index 404a2499..c172dbdb 100755
--- a/initramfs/hook
+++ b/initramfs/hook
@@ -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