# HG changeset patch # User Christophe Lincoln # Date 1202653775 -3600 # Node ID 73bec933162068bf9ef5b0df5a6ddaae409bca83 # Parent a6eb1b8008f1fc7f2d6d085d827351f9b5937238 Tiny change to the installer script) diff -r a6eb1b8008f1 -r 73bec9331620 tinyutils/slitaz-installer.sh --- a/tinyutils/slitaz-installer.sh Fri Feb 08 17:17:49 2008 +0100 +++ b/tinyutils/slitaz-installer.sh Sun Feb 10 15:29:35 2008 +0100 @@ -112,7 +112,7 @@ mkfs_target_dev() { echo "" - echo "* SliTaz va être installé sur la partition : $TARGET_DEV" + echo "SliTaz va être installé sur la partition : $TARGET_DEV" echo "" echo -n "Faut t'il formater la partition en ext3 (oui/Non) ? "; read anser if [ "$anser" == "oui" ]; then @@ -220,8 +220,8 @@ # By default, boot the first entry. default 0 -# Boot automatically after 20 secs. -timeout 20 +# Boot automatically after 8 secs. +timeout 8 # Change the colors. color yellow/brown light-green/black