X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd%2Fmount.sh;fp=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd%2Fmount.sh;h=811e025bc7fa730a267f7446056df1e6085ac21f;hb=d4d068842d5f2a761df99053e5c613f9e4bb2124;hp=cd72b05cccf999d6c271ef7e0636c23c4aabf1a6;hpb=f8f62f17ebbe6b63d0c8c941074bc281a31ac71c;p=AGL%2Fmeta-agl.git 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 ];