tazlito rev 47

Slitaz-loram 1.2 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 08 01:25:01 2008 +0000 (2008-03-08)
parents 40028b714740
children 5a54d67ef28b
files tazlito
line diff
     1.1 --- a/tazlito	Wed Mar 05 10:10:10 2008 +0000
     1.2 +++ b/tazlito	Sat Mar 08 01:25:01 2008 +0000
     1.3 @@ -488,6 +488,14 @@
     1.4  			sbin/unsquashfs -d usr $sqfs
     1.5  			rm -f $sqfs
     1.6  		fi
     1.7 +		cromfs="../rootcd/usr.cromfs"
     1.8 +		[ -f $cromfs ] || cromfs=".usr.cromfs"
     1.9 +		if [ -f $cromfs ]; then
    1.10 +			echo -en "\nUnmkcromfs'ing /usr... "
    1.11 +			rmdir usr
    1.12 +			bin/unmkcromfs $cromfs usr
    1.13 +			rm -f $cromfs
    1.14 +		fi
    1.15  		if [ -d usr/.moved ]; then
    1.16  			echo -en "\nRestoring moved files from /usr... "
    1.17  			( cd usr/.moved ; find * -print ) | \