# HG changeset patch # User Pascal Bellard # Date 1229532718 0 # Node ID 4aeb7e80b8ca78c62fc3ad0ca6e013809c77ee08 # Parent 58cd4d37bd770f3c18bbe7a1641c7da65e4b1f81 slitaz-loram*: force branch access type for aufs diff -r 58cd4d37bd77 -r 4aeb7e80b8ca slitaz-loram-cdrom/receipt --- a/slitaz-loram-cdrom/receipt Wed Dec 17 16:22:32 2008 +0000 +++ b/slitaz-loram-cdrom/receipt Wed Dec 17 16:51:58 2008 +0000 @@ -84,7 +84,7 @@ $i if [ -x /bin/funionfs ]; then $i /bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr $i else -$i /bin/mount -t aufs -o br:/.usr.ro:/.usr.rw none /usr +$i /bin/mount -t aufs -o br:/.usr.ro=ro:/.usr.rw=rw none /usr $i fi $i fi $i fi diff -r 58cd4d37bd77 -r 4aeb7e80b8ca slitaz-loram/receipt --- a/slitaz-loram/receipt Wed Dec 17 16:22:32 2008 +0000 +++ b/slitaz-loram/receipt Wed Dec 17 16:51:58 2008 +0000 @@ -56,7 +56,7 @@ $i if [ -x bin/funionfs ]; then $i /bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr $i else -$i /bin/mount -t aufs -o br:/.usr.ro:/.usr.rw none /usr +$i /bin/mount -t aufs -o br:/.usr.ro=ro:/.usr.rw=rw none /usr $i fi $i fi $i status