# HG changeset patch # User Pascal Bellard # Date 1229612965 0 # Node ID bc8f5b69f71c0e3a9b7f22079abaf1d15844a861 # Parent d0baa10a73d683dd861f426a31b77a1af9a99cd3 slitaz-loram*: aufs wierdness diff -r d0baa10a73d6 -r bc8f5b69f71c slitaz-loram-cdrom/receipt --- a/slitaz-loram-cdrom/receipt Thu Dec 18 10:53:19 2008 +0000 +++ b/slitaz-loram-cdrom/receipt Thu Dec 18 15:09:25 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=ro:/.usr.rw=rw none /usr +$i /bin/mount -t aufs -o br:/.usr.rw:/.usr.ro none /usr $i fi $i fi $i fi diff -r d0baa10a73d6 -r bc8f5b69f71c slitaz-loram/receipt --- a/slitaz-loram/receipt Thu Dec 18 10:53:19 2008 +0000 +++ b/slitaz-loram/receipt Thu Dec 18 15:09:25 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=ro:/.usr.rw=rw none /usr +$i /bin/mount -t aufs -o br:/.usr.rw:/.usr.ro none /usr $i fi $i fi $i status