# HG changeset patch # User Pascal Bellard # Date 1262796990 -3600 # Node ID 81178a5383372d0c94a4881ad248e6d20d1a5399 # Parent a03f00dcfb37f52c96aa17dbf7cb56f35461d0e3 slitaz-loram-http: do not transfert unpacked fs diff -r a03f00dcfb37 -r 81178a538337 slitaz-loram-http/receipt --- a/slitaz-loram-http/receipt Wed Jan 06 18:54:42 2010 +0100 +++ b/slitaz-loram-http/receipt Wed Jan 06 17:56:30 2010 +0100 @@ -24,7 +24,7 @@ tag="Handle kernel cmdline parameter config" i=$(grep -n "$tag" $1/etc/init.d/rcS | cut -d: -f1) i=$(($i-1)) - len=73 + len=72 tag=$(grep "$tag" $1/etc/init.d/rcS) if [ "$2" = "-R" ]; then line="-$(($i-$len+2)),$len +$(($i-$len+2)),2" @@ -99,7 +99,6 @@ $i release_http && break $i mount -o loop,ro -t squashfs \$FS /\$usr $i else -$i release_http && break $i FS=/cdrom/usr $i ln -s \$FS /\$usr $i fi