tazlito rev 32

Adding some messages when copying
author Eric Joseph-Alexandre <erjo@pimentvert.com>
date Mon Jan 14 22:35:35 2008 +0100 (2008-01-14)
parents 5aa9e17f7c9f
children 755be6c917cf
files tazlito
line diff
     1.1 --- a/tazlito	Mon Jan 14 22:29:43 2008 +0100
     1.2 +++ b/tazlito	Mon Jan 14 22:35:35 2008 +0100
     1.3 @@ -432,14 +432,17 @@
     1.4  		echo -n "Copying isolinux files..."
     1.5  		cp -a $TMP_DIR/boot/isolinux $TARGET/rootcd/boot
     1.6  		status
     1.7 +		echo -n "Copying syslinux files..."
     1.8  		if [ -d $TMP_DIR/boot/syslinux ]; then
     1.9  			cp -a $TMP_DIR/boot/syslinux $TARGET/rootcd/boot
    1.10  			status
    1.11  		fi
    1.12 +		echo -n "Copying extlinux files..."
    1.13  		if [ -d $TMP_DIR/boot/extlinux ]; then
    1.14  			cp -a $TMP_DIR/boot/extlinux $TARGET/rootcd/boot
    1.15  			status
    1.16  		fi
    1.17 +		echo -n "Copying GRUB files..."
    1.18  		if [ -d $TMP_DIR/boot/grub ]; then
    1.19  			cp -a $TMP_DIR/boot/grub $TARGET/rootcd/boot
    1.20  			status