slitaz-boot-scripts 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 7d4703882980
children ae0038500c6d
files etc/init.d/rcS
line diff
     1.1 --- a/etc/init.d/rcS	Wed Jul 16 21:30:54 2014 +0000
     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..."