# HG changeset patch # User Christophe Lincoln # Date 1264150074 -3600 # Node ID 4b92240ff36fe5ca3429c85e5c0ac7f91b79ba8e # Parent bb333e7cd912965f4c885d2a12bf2e20a7a07840 Add tiny command list-addfiles diff -r bb333e7cd912 -r 4b92240ff36f tazlito --- a/tazlito Mon Jan 18 14:50:41 2010 +0000 +++ b/tazlito Fri Jan 22 09:47:54 2010 +0100 @@ -590,6 +590,12 @@ echo "================================================================================" echo "" ;; + list-addfiles) + # Simple list of additonal files in the rootfs + echo "" + cd $ADDFILES + find rootfs -type f + echo "" ;; gen-config) # Generate a new config file in the current dir or the specified # directory by $2.