do sync after umountfs
authorhschang <chang@dev3>
Mon, 10 Jun 2013 14:51:52 +0000 (23:51 +0900)
committerhschang <chang@dev3>
Tue, 11 Jun 2013 01:02:50 +0000 (10:02 +0900)
meta-openvuplus/recipes-core/initscripts/initscripts-1.0/umountfs
meta-openvuplus/recipes-core/initscripts/initscripts_1.0.bbappend

index a05d406..8a2e4be 100755 (executable)
@@ -36,3 +36,7 @@ echo "Unmounting local filesystems..."
 unmount </proc/mounts
 
 mount -o remount,ro /
+
+# sync to flush pending writes for loop-mounted file system.
+sync
+