wok rev 1891
slitaz-loram*: aufs wierdness
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 18 15:09:25 2008 +0000 (2008-12-18) |
parents | d0baa10a73d6 |
children | 840b64d8f454 |
files | slitaz-loram-cdrom/receipt slitaz-loram/receipt |
line diff
1.1 --- a/slitaz-loram-cdrom/receipt Thu Dec 18 10:53:19 2008 +0000 1.2 +++ b/slitaz-loram-cdrom/receipt Thu Dec 18 15:09:25 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=ro:/.usr.rw=rw none /usr 1.8 +$i /bin/mount -t aufs -o br:/.usr.rw:/.usr.ro none /usr 1.9 $i fi 1.10 $i fi 1.11 $i fi
2.1 --- a/slitaz-loram/receipt Thu Dec 18 10:53:19 2008 +0000 2.2 +++ b/slitaz-loram/receipt Thu Dec 18 15:09:25 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=ro:/.usr.rw=rw none /usr 2.8 +$i /bin/mount -t aufs -o br:/.usr.rw:/.usr.ro none /usr 2.9 $i fi 2.10 $i fi 2.11 $i status