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 /
 unmount </proc/mounts
 
 mount -o remount,ro /
+
+# sync to flush pending writes for loop-mounted file system.
+sync
+
index 6d1f410..168eeeb 100644 (file)
@@ -1,4 +1,4 @@
-PR .= "-vuplus8"
+PR .= "-vuplus9"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"