summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-08-24 20:23:45 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-08-24 23:17:17 -0400
commit487ddeb03c574e902c5b749b4307e87e2150976a (patch)
tree5ba3a73a912f63635ca55c502d241e4058bd0b77 /Makefile
parentda730dc67c1bd10842c49a1534fe23e0d8fdb4be (diff)
Add a shell script version of mount.bcachefs
Sadly, some people are still running distributions too old to properly support rust :( In the long term we'd like to use Rust for more of userspace (and potentially in the kernel); this is just a stopgap measure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 062d5cdb..c91a06aa 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ install: bcachefs
$(INSTALL) -m0644 -D bcachefs.8 -t $(DESTDIR)$(PREFIX)/share/man/man8/
$(INSTALL) -m0755 -D initramfs/script $(DESTDIR)$(INITRAMFS_SCRIPT)
$(INSTALL) -m0755 -D initramfs/hook $(DESTDIR)$(INITRAMFS_HOOK)
+ $(INSTALL) -m0755 -D mount.bcachefs.sh $(DESTDIR)$(ROOT_SBINDIR)
sed -i '/^# Note: make install replaces/,$$d' $(DESTDIR)$(INITRAMFS_HOOK)
echo "copy_exec $(ROOT_SBINDIR)/bcachefs /sbin/bcachefs" >> $(DESTDIR)$(INITRAMFS_HOOK)