slitaz-boot-scripts rev 354

init: fix mount.posixovl args (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 08 10:59:07 2014 +0000 (2014-03-08)
parents 91cd149df0b9
children a77691f15e10
files init
line diff
     1.1 --- a/init	Sat Mar 08 10:31:41 2014 +0000
     1.2 +++ b/init	Sat Mar 08 10:59:07 2014 +0000
     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