tazlito rev 145

Tiny fix for rootfs path
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 24 19:38:33 2010 +0100 (2010-01-24)
parents 489f1156542e
children 9781de67b6fc
files tazlito
line diff
     1.1 --- a/tazlito	Sun Jan 24 19:35:18 2010 +0100
     1.2 +++ b/tazlito	Sun Jan 24 19:38:33 2010 +0100
     1.3 @@ -374,7 +374,7 @@
     1.4  	while [ ! -f /tmp/rootfs ]
     1.5  	do
     1.6  		sleep 1
     1.7 -		echo -en "\\033[18G`du -sh /rootfs.gz | awk '{print $1}'`    "
     1.8 +		echo -en "\\033[18G`du -sh $DISTRO/rootfs.gz | awk '{print $1}'`    "
     1.9  	done
    1.10  	echo -e "\n"
    1.11  	cd $DISTRO