tazlito rev 151

Small cosmetic fix to pack_rootfs
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 24 21:16:30 2010 +0100 (2010-01-24)
parents 98387557032d
children 43ca45a029cf
files tazlito
line diff
     1.1 --- a/tazlito	Sun Jan 24 21:13:29 2010 +0100
     1.2 +++ b/tazlito	Sun Jan 24 21:16:30 2010 +0100
     1.3 @@ -317,7 +317,7 @@
     1.4  		echo -n "Generating lzma'ed initramfs... "
     1.5  		lzma e -si -so $(lzma_switches $1) > $2
     1.6  	else
     1.7 -		echo -n "Generating gziped initramfs... "
     1.8 +		echo "Generating gziped initramfs... "
     1.9  		gzip -9 > $2
    1.10  	fi
    1.11  	echo 1 > /tmp/rootfs