# HG changeset patch # User Pascal Bellard # Date 1408548284 -7200 # Node ID fba11a13a32136686dbe2ea418b03c7c1c322f2e # Parent 7d4703882980dddff88a63bc80ae6ffdbaf34f5e /etc/init.d/rcS: ensure remounting rootfs read/write diff -r 7d4703882980 -r fba11a13a321 etc/init.d/rcS --- a/etc/init.d/rcS Wed Jul 16 21:30:54 2014 +0000 +++ b/etc/init.d/rcS Wed Aug 20 17:24:44 2014 +0200 @@ -56,6 +56,7 @@ # Remount rootfs rw. echo "Remounting rootfs read/write..." mount -o remount,rw / +sync # ensure rw state # Mount filesystems in /etc/fstab. echo "Mounting filesystems in fstab..."