slitaz-tools rev 54

Tiny change to the installer script)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 10 15:29:35 2008 +0100 (2008-02-10)
parents a6eb1b8008f1
children 6e50cf1c3f92
files tinyutils/slitaz-installer.sh
line diff
     1.1 --- a/tinyutils/slitaz-installer.sh	Fri Feb 08 17:17:49 2008 +0100
     1.2 +++ b/tinyutils/slitaz-installer.sh	Sun Feb 10 15:29:35 2008 +0100
     1.3 @@ -112,7 +112,7 @@
     1.4  mkfs_target_dev()
     1.5  {
     1.6  	echo ""
     1.7 -	echo "* SliTaz va être installé sur la partition : $TARGET_DEV"
     1.8 +	echo "SliTaz va être installé sur la partition : $TARGET_DEV"
     1.9  	echo ""
    1.10  	echo -n "Faut t'il formater la partition en ext3 (oui/Non) ? "; read anser
    1.11  	if [ "$anser" == "oui" ]; then
    1.12 @@ -220,8 +220,8 @@
    1.13  # By default, boot the first entry.
    1.14  default 0
    1.15  
    1.16 -# Boot automatically after 20 secs.
    1.17 -timeout 20
    1.18 +# Boot automatically after 8 secs.
    1.19 +timeout 8
    1.20  
    1.21  # Change the colors.
    1.22  color yellow/brown light-green/black