tazlito rev 152

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 24 22:21:59 2010 +0000 (2010-01-24)
parents 815f49f80af4
children 8fc82b57300a
files tazlito
line diff
     1.1 --- a/tazlito	Sun Jan 24 21:16:30 2010 +0100
     1.2 +++ b/tazlito	Sun Jan 24 22:21:59 2010 +0000
     1.3 @@ -1496,7 +1496,7 @@
     1.4  		echo ""
     1.5  		;;
     1.6  	writeiso)
     1.7 -				# Writefs to ISO image including /home unlike gen-distro we dont use
     1.8 +		# Writefs to ISO image including /home unlike gen-distro we dont use
     1.9  		# packages to generate a rootfs, we build a compressed rootfs with all 
    1.10  		# the current filesystem similar to 'tazusb writefs'.
    1.11  		#
    1.12 @@ -1528,20 +1528,20 @@
    1.13  		rm -rf /home/slitaz/distro
    1.14  
    1.15  		# Optionally remove sound card selection and screen resolution.
    1.16 -		echo "Do you wish to remove the sound card and screen config ? "
    1.17 -		echo -n "Press ENTER to keep or anser (No|yes|exit): "
    1.18 +		echo "Do you wish to remove the sound card and screen configs ? "
    1.19 +		echo -n "Press ENTER to keep or answer (No|yes|exit): "
    1.20  		read anser
    1.21  		case $anser in
    1.22  			e|E|"exit"|Exit)
    1.23  				exit 0 ;;
    1.24  			y|Y|yes|Yes)
    1.25 -				echo -n "Removing current sound card and screen configuration..."
    1.26 +				echo -n "Removing current sound card and screen configurations..."
    1.27  				rm -f /var/lib/sound-card-driver
    1.28  				rm -f /etc/asound.state
    1.29  				rm -f /etc/X11/screen.conf 
    1.30  				rm -f /etc/X11/xorg.conf ;;
    1.31  			*)
    1.32 -				echo -n "Keeping current sound card and screen configuration..." ;;
    1.33 +				echo -n "Keeping current sound card and screen configurations..." ;;
    1.34  		esac
    1.35  		status
    1.36  		
    1.37 @@ -1554,7 +1554,7 @@
    1.38  			echo $dir >>/tmp/list
    1.39  		done
    1.40  
    1.41 -		# Generate initramfs with specified compression and display rootf
    1.42 +		# Generate initramfs with specified compression and display rootfs
    1.43  		# size in realtime.
    1.44  		rm -f /tmp/rootfs
    1.45  		write_initramfs &
    1.46 @@ -1579,8 +1579,9 @@
    1.47  		else
    1.48  			echo -e "
    1.49  Unable to mount the cdrom to copy the Kernel and needed files. When SliTaz
    1.50 -is running in RAM the kernel and bootloader files are keeped on the cdrom.
    1.51 -Please insert a LiveCD or unmount curent cdrom to let Tazlito handle the media.\n"
    1.52 +is running in RAM the kernel and bootloader files are kept on the cdrom.
    1.53 +Please insert a LiveCD or unmount the current cdrom to let Tazlito handle 
    1.54 +the media.\n"
    1.55  			echo -en "----\nENTER to continue..."; read i
    1.56  			exit 1
    1.57  		fi