slitaz-boot-scripts rev 353

init: fix mount.posixovl args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 08 10:31:41 2014 +0000 (2014-03-08)
parents ff7bbd4b6599
children 9019e55a67d8
files init
line diff
     1.1 --- a/init	Wed Mar 05 23:55:31 2014 +0200
     1.2 +++ b/init	Sat Mar 08 10:31:41 2014 +0000
     1.3 @@ -197,7 +197,8 @@
     1.4  	[ "$dev" = "$root" ] || dev="$root ($dev)"
     1.5  	echo "Mount $dev..."
     1.6  	mnt /mnt
     1.7 -	arg posixovl && echo "And posixovl..." && mount.posixovl -F /mnt
     1.8 +	arg posixovl && echo "And posixovl..." &&
     1.9 +	mount.posixovl -F /mnt -- -oallow_other -odefault_permissions
    1.10  fi
    1.11  got loopfs && echo "Into file $root..." &&
    1.12  	losetup /dev/loop0 /mnt/$root && mount /dev/loop0 /mnt