aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3793b61..857a080 100644
--- a/makefile
+++ b/makefile
@@ -47,7 +47,7 @@ $(MNT):
mount: disk $(MNT)
@DEV=$$(losetup -a | grep $(BUILD)/disk.img | grep -m 1 -o '/dev/loop[[:digit:]]*') && \
PART="p1" && \
- ($(SU) $(BUILD)/marfs_fuse "$$DEV$$PART" -f $(MNT) &) && \
+ ($(SU) $(BUILD)/marfs_fuse "$$DEV$$PART" -f $(MNT) -o allow_other &) && \
echo "Mounted $$DEV$$PART"
umount: