slitaz-boot-scripts diff init @ rev 366

Add user to disk group... we never know!
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 22:02:43 2014 +0200 (2014-05-05)
parents 91cd149df0b9
children 79aea3c677ca
line diff
     1.1 --- a/init	Sat Mar 08 10:31:41 2014 +0000
     1.2 +++ b/init	Mon May 05 22:02:43 2014 +0200
     1.3 @@ -198,7 +198,7 @@
     1.4  	echo "Mount $dev..."
     1.5  	mnt /mnt
     1.6  	arg posixovl && echo "And posixovl..." &&
     1.7 -	mount.posixovl -F /mnt -- -oallow_other -odefault_permissions
     1.8 +	mount.posixovl -F /mnt -- -oallow_other -odefault_permissions -osuid
     1.9  fi
    1.10  got loopfs && echo "Into file $root..." &&
    1.11  	losetup /dev/loop0 /mnt/$root && mount /dev/loop0 /mnt