# HG changeset patch # User Pascal Bellard # Date 1220199622 0 # Node ID 3f49dc9f3e80b8a6bac6668a21760d9bef408161 # Parent fbccc97d8c2f1c6fa3340cc18565a974ca10757a slitaz-loram*: fix mount options for funionfs and cromfs diff -r fbccc97d8c2f -r 3f49dc9f3e80 slitaz-loram-cdrom/receipt --- a/slitaz-loram-cdrom/receipt Sun Aug 31 12:20:54 2008 +0000 +++ b/slitaz-loram-cdrom/receipt Sun Aug 31 16:20:22 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-loram-cdrom" -VERSION="1.3" +VERSION="1.4" CATEGORY="misc" SHORT_DESC="Rules to build low ram system using cdrom." MAINTAINER="pascal.bellard@slitaz.org" @@ -64,7 +64,7 @@ $i FS=/cdrom/usr.cromfs $i if [ -f \$FS ]; then $i release_cdrom -$i /bin/cromfs-driver \$FS /\$usr +$i /bin/cromfs-driver \$FS /\$usr -o ro,dev,suid,allow_other $i elif [ -f /cdrom/usr.sqfs ]; then $i FS=/cdrom/usr.sqfs $i release_cdrom @@ -81,7 +81,7 @@ $i fi $i status $i if [ -d /.usr.rw -a -x /bin/funionfs ]; then -$i /bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other NONE /usr +$i /bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr $i fi $i fi $i @@ -130,7 +130,7 @@ post_install() { set_patch "$1" - if [ ! -x /bin/funionfs ]; then + if [ ! -x $1/bin/funionfs ]; then cat <