# HG changeset patch # User Eric Joseph-Alexandre # Date 1200346535 -3600 # Node ID bda5158e6335a6dee9816d3014dbdc292d9370b5 # Parent 5aa9e17f7c9f44db65b62a06241f380e17488e14 Adding some messages when copying diff -r 5aa9e17f7c9f -r bda5158e6335 tazlito --- a/tazlito Mon Jan 14 22:29:43 2008 +0100 +++ b/tazlito Mon Jan 14 22:35:35 2008 +0100 @@ -432,14 +432,17 @@ echo -n "Copying isolinux files..." cp -a $TMP_DIR/boot/isolinux $TARGET/rootcd/boot status + echo -n "Copying syslinux files..." if [ -d $TMP_DIR/boot/syslinux ]; then cp -a $TMP_DIR/boot/syslinux $TARGET/rootcd/boot status fi + echo -n "Copying extlinux files..." if [ -d $TMP_DIR/boot/extlinux ]; then cp -a $TMP_DIR/boot/extlinux $TARGET/rootcd/boot status fi + echo -n "Copying GRUB files..." if [ -d $TMP_DIR/boot/grub ]; then cp -a $TMP_DIR/boot/grub $TARGET/rootcd/boot status