# HG changeset patch # User Pascal Bellard # Date 1204939501 0 # Node ID dd57bfd87d12b047c3fb5040359dd1a57b494382 # Parent 40028b714740cbdf74650cf6da05e91ece1831b7 Slitaz-loram 1.2 support diff -r 40028b714740 -r dd57bfd87d12 tazlito --- a/tazlito Wed Mar 05 10:10:10 2008 +0000 +++ b/tazlito Sat Mar 08 01:25:01 2008 +0000 @@ -488,6 +488,14 @@ sbin/unsquashfs -d usr $sqfs rm -f $sqfs fi + cromfs="../rootcd/usr.cromfs" + [ -f $cromfs ] || cromfs=".usr.cromfs" + if [ -f $cromfs ]; then + echo -en "\nUnmkcromfs'ing /usr... " + rmdir usr + bin/unmkcromfs $cromfs usr + rm -f $cromfs + fi if [ -d usr/.moved ]; then echo -en "\nRestoring moved files from /usr... " ( cd usr/.moved ; find * -print ) | \