wok-6.x diff slitaz-loram/receipt @ rev 1887

slitaz-loram*: force branch access type for aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 17 16:51:58 2008 +0000 (2008-12-17)
parents f0963019ca5a
children bc8f5b69f71c
line diff
     1.1 --- a/slitaz-loram/receipt	Wed Dec 17 15:09:01 2008 +0000
     1.2 +++ b/slitaz-loram/receipt	Wed Dec 17 16:51:58 2008 +0000
     1.3 @@ -56,7 +56,7 @@
     1.4  $i		if [ -x bin/funionfs ]; then
     1.5  $i			/bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr
     1.6  $i		else
     1.7 -$i			/bin/mount -t aufs -o br:/.usr.ro:/.usr.rw none /usr
     1.8 +$i			/bin/mount -t aufs -o br:/.usr.ro=ro:/.usr.rw=rw none /usr
     1.9  $i		fi
    1.10  $i	fi
    1.11  $i	status