From d4d068842d5f2a761df99053e5c613f9e4bb2124 Mon Sep 17 00:00:00 2001
From: Matt Ranostay <matt.ranostay@konsulko.com>
Date: Tue, 11 Apr 2017 04:08:58 +0300
Subject: [PATCH] systemd: remove force flag to mount in mount.sh

Using the force flag causes some artifacts to exist and also
breaks the blocking check till unmount is complete.

Change-Id: Idfc8268a2e1f8cd0905b5f8b11f53d416d251d90
Bug-AGL: SPEC-483
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
---
 meta-agl/recipes-core/systemd/systemd/mount.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ];
-- 
2.16.6