summaryrefslogtreecommitdiffstats
path: root/meta-agl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl')
-rw-r--r--meta-agl/recipes-core/systemd/systemd/mount.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl/recipes-core/systemd/systemd/mount.sh b/meta-agl/recipes-core/systemd/systemd/mount.sh
index cd72b05cc..811e025bc 100644
--- a/meta-agl/recipes-core/systemd/systemd/mount.sh
+++ b/meta-agl/recipes-core/systemd/systemd/mount.sh
@@ -7,7 +7,7 @@
MOUNT="/bin/mount -o ro"
PMOUNT="/usr/bin/pmount"
-UMOUNT="/bin/umount -f"
+UMOUNT="/bin/umount"
for line in `grep -h -v ^# /etc/udev/mount.blacklist /etc/udev/mount.blacklist.d/*`
do
if [ ` expr match "$DEVNAME" "$line" ` -gt 0 ];