wok 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 | 58cd4d37bd77 |
children | 17c992676fd9 |
files | slitaz-loram-cdrom/receipt slitaz-loram/receipt |
line diff
1.1 --- a/slitaz-loram-cdrom/receipt Wed Dec 17 16:22:32 2008 +0000 1.2 +++ b/slitaz-loram-cdrom/receipt Wed Dec 17 16:51:58 2008 +0000 1.3 @@ -84,7 +84,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 fi
2.1 --- a/slitaz-loram/receipt Wed Dec 17 16:22:32 2008 +0000 2.2 +++ b/slitaz-loram/receipt Wed Dec 17 16:51:58 2008 +0000 2.3 @@ -56,7 +56,7 @@ 2.4 $i if [ -x bin/funionfs ]; then 2.5 $i /bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr 2.6 $i else 2.7 -$i /bin/mount -t aufs -o br:/.usr.ro:/.usr.rw none /usr 2.8 +$i /bin/mount -t aufs -o br:/.usr.ro=ro:/.usr.rw=rw none /usr 2.9 $i fi 2.10 $i fi 2.11 $i status