slitaz-tools rev 425

slitaz-installer: tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 23 12:43:59 2010 +0000 (2010-01-23)
parents 646a42073584
children 6017afdaa1ee
files installer/slitaz-installer
line diff
     1.1 --- a/installer/slitaz-installer	Fri Jan 22 10:03:38 2010 +0100
     1.2 +++ b/installer/slitaz-installer	Sat Jan 23 12:43:59 2010 +0000
     1.3 @@ -116,14 +116,14 @@
     1.4  	# First try to mount a cdrom
     1.5  	if mount -t iso9660 $CDROM /media/cdrom 2>>$LOG; then
     1.6  		echo "XXX" && echo 60
     1.7 -		echo -e "\nUsing file from cdrom ($CDROM)..."
     1.8 +		echo -e "\nUsing files from cdrom ($CDROM)..."
     1.9  		echo "XXX"
    1.10  		sleep 2
    1.11  	else
    1.12  		# We may be in LiveUSB mode
    1.13  		if [ -d /home/boot ]; then
    1.14  			echo "XXX" && echo 60
    1.15 -			echo -e "\nUsing file from USB device..."
    1.16 +			echo -e "\nUsing files from USB device..."
    1.17  			echo "XXX"
    1.18  			rm /media/cdrom/boot 2>/dev/null
    1.19  			ln -s /home/boot /media/cdrom/boot
    1.20 @@ -421,7 +421,7 @@
    1.21  {
    1.22  	if [ "$CLEAN" == "clean" ]; then
    1.23  		echo "XXX" && echo 15
    1.24 -		echo -e "\nCleaning the root partition ($TARGET_DEV)"
    1.25 +		echo -e "\nCleaning the root partition ($TARGET_DEV)..."
    1.26  		echo "XXX"
    1.27  		# Keep /home in case of reinstall.
    1.28  		cd $TARGET_ROOT
    1.29 @@ -612,7 +612,7 @@
    1.30  	clean_target
    1.31  
    1.32  	echo "XXX" && echo 20
    1.33 -	echo -e "\nInstalling the kernel ($KERNEL)"
    1.34 +	echo -e "\nInstalling the kernel ($KERNEL)..."
    1.35  	echo "XXX"
    1.36  	install_kernel
    1.37  
    1.38 @@ -705,12 +705,12 @@
    1.39  {
    1.40  	(
    1.41  	echo "XXX" && echo 25
    1.42 -	echo -e "\nCopying the log files ($LOG)"
    1.43 +	echo -e "\nCopying the log files ($LOG)..."
    1.44  	echo "XXX"
    1.45  	cp -a $LOG $TARGET_ROOT/var/log
    1.46  	sleep 2
    1.47  	echo "XXX" && echo 50
    1.48 -	echo -e "\nUnmounting the target ($TARGET_DEV)"
    1.49 +	echo -e "\nUnmounting the target ($TARGET_DEV)..."
    1.50  	echo "XXX"
    1.51  	if mount | grep -q $TARGET_ROOT; then
    1.52  		umount $TARGET_ROOT 2>/dev/null
    1.53 @@ -872,7 +872,7 @@
    1.54  	sleep 2
    1.55  
    1.56  	echo "XXX" && echo 25
    1.57 -	echo -e "\nInstalling the kernel ($KERNEL)"
    1.58 +	echo -e "\nInstalling the kernel ($KERNEL)..."
    1.59  	echo "XXX"
    1.60  	install_kernel
    1.61