slitaz-boot-scripts diff etc/init.d/rcS @ rev 381

/etc/init.d/rcS: ensure remounting rootfs read/write
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 20 17:24:44 2014 +0200 (2014-08-20)
parents b14f03e7493f
children f0e04a0ba4d5
line diff
     1.1 --- a/etc/init.d/rcS	Mon May 05 18:58:33 2014 +0200
     1.2 +++ b/etc/init.d/rcS	Wed Aug 20 17:24:44 2014 +0200
     1.3 @@ -56,6 +56,7 @@
     1.4  # Remount rootfs rw.
     1.5  echo "Remounting rootfs read/write..."
     1.6  mount -o remount,rw /
     1.7 +sync	# ensure rw state
     1.8  
     1.9  # Mount filesystems in /etc/fstab.
    1.10  echo "Mounting filesystems in fstab..."