summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkoverstreet <kent.overstreet@gmail.com>2024-02-04 08:46:14 -0500
committerGitHub <noreply@github.com>2024-02-04 08:46:14 -0500
commitf154e6ed41e6080d7afe76d5d1209c5cae0acc12 (patch)
tree48e04bb328f4495cd227c813a09df980f6571258 /Makefile
parentf15633cce1b79e708e9debc21c7b8772df7c7a29 (diff)
parente9fec00f8624f4858bb269ca8f268652f9b04ddb (diff)
Merge pull request #231 from sesse/install-mount
Make initramfs hook install mount.btrfs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39234791..80d24ff9 100644
--- a/Makefile
+++ b/Makefile
@@ -214,6 +214,7 @@ install: bcachefs $(optional_install)
sed -i '/^# Note: make install replaces/,$$d' $(DESTDIR)$(INITRAMFS_HOOK)
echo "copy_exec $(ROOT_SBINDIR)/bcachefs /sbin/bcachefs" >> $(DESTDIR)$(INITRAMFS_HOOK)
+ echo "copy_exec $(ROOT_SBINDIR)/mount.bcachefs /sbin/mount.bcachefs" >> $(DESTDIR)$(INITRAMFS_HOOK)
.PHONY: install_systemd
install_systemd: $(systemd_services) $(systemd_libexecfiles)