tazlito rev 122

Add tiny command list-addfiles
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 09:47:54 2010 +0100 (2010-01-22)
parents bb333e7cd912
children 7ecd98fa4764
files tazlito
line diff
     1.1 --- a/tazlito	Mon Jan 18 14:50:41 2010 +0000
     1.2 +++ b/tazlito	Fri Jan 22 09:47:54 2010 +0100
     1.3 @@ -590,6 +590,12 @@
     1.4  		echo "================================================================================"
     1.5  		echo ""
     1.6  	    ;;
     1.7 +	list-addfiles)
     1.8 +		# Simple list of additonal files in the rootfs
     1.9 +		echo ""
    1.10 +		cd $ADDFILES
    1.11 +		find rootfs -type f
    1.12 +		echo "" ;;
    1.13  	gen-config)
    1.14  		# Generate a new config file in the current dir or the specified
    1.15  		# directory by $2.