tazusb rev 77

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Mar 07 15:39:29 2011 +0000 (2011-03-07)
parents 5accef78d17d
children b916bbd04ba2
files Makefile tazusb tazusb.nsi
line diff
     1.1 --- a/Makefile	Sat Sep 18 12:56:34 2010 +0000
     1.2 +++ b/Makefile	Mon Mar 07 15:39:29 2011 +0000
     1.3 @@ -64,7 +64,7 @@
     1.4  	rm -rf $(DISTDIR)
     1.5  	rm -f $(DISTDIR).*
     1.6  	
     1.7 -# Build tarball and MD5 file for packagin.
     1.8 +# Build tarball and MD5 file for packaging.
     1.9  dist: dist-clean
    1.10  	hg archive -t tgz $(TARBALL)
    1.11  	md5sum $(TARBALL) > $(PACKAGE)-$(VERSION).md5
     2.1 --- a/tazusb	Sat Sep 18 12:56:34 2010 +0000
     2.2 +++ b/tazusb	Mon Mar 07 15:39:29 2011 +0000
     2.3 @@ -121,8 +121,7 @@
     2.4  	
     2.5  }
     2.6  
     2.7 -#Get label for device
     2.8 -#
     2.9 +# Get label for device
    2.10  get_label()
    2.11  {
    2.12  	echo -n "Please specify a label for the partition (TazUSB): "
    2.13 @@ -133,8 +132,7 @@
    2.14  	fi
    2.15  }
    2.16  
    2.17 -#Get fs type
    2.18 -# supported fs are ext3, ext2, fat32
    2.19 +# Get fs type. Supported fs are ext3, ext2, fat32
    2.20  get_fs_type()
    2.21  {
    2.22  	echo -n "Please specify a filesystem type ext2, ext3 or fat32 (ext3): "
    2.23 @@ -545,7 +543,7 @@
    2.24  		get_label
    2.25  		unmount_target_usb 
    2.26  		make_fs "$fs_type"
    2.27 -		#mkfs_ext3
    2.28 +		# mkfs_ext3
    2.29  		echo "==============================================================================="
    2.30  		echo "Device $label ($DEVICE) is ready to use as LiveUSB and/or /home partition."
    2.31  		echo ""
     3.1 --- a/tazusb.nsi	Sat Sep 18 12:56:34 2010 +0000
     3.2 +++ b/tazusb.nsi	Mon Mar 07 15:39:29 2011 +0000
     3.3 @@ -70,13 +70,13 @@
     3.4  
     3.5  ; English
     3.6  LangString Welcome_Title ${LANG_ENGLISH} "${NAME}"
     3.7 -LangString Welcome_Text ${LANG_ENGLISH} "Welcome to TazUSB. This tool will help you installing Slitaz on a USB drive."
     3.8 +LangString Welcome_Text ${LANG_ENGLISH} "Welcome to TazUSB. This tool will help you install Slitaz on a USB drive."
     3.9  LangString Finish_Title ${LANG_ENGLISH} "TazUSB has completed Slitaz installation."
    3.10  LangString Finish_Text ${LANG_ENGLISH} "Slitaz is now installed on your USB drive and the drive is bootable."
    3.11  LangString Finish_Link ${LANG_ENGLISH} "Slitaz website"
    3.12  LangString IsoPage_Title ${LANG_ENGLISH} "Select ISO file"
    3.13  LangString IsoPage_Title2 ${LANG_ENGLISH} "Choose the ISO image which will be installed on your USB drive."
    3.14 -LangString IsoPage_Text ${LANG_ENGLISH} "Select Slitaz ISO file to be installed on your USB drive. You can download it on http://www.slitaz.org if needed."
    3.15 +LangString IsoPage_Text ${LANG_ENGLISH} "Select Slitaz ISO file to be installed on your USB drive. You can download it from http://www.slitaz.org if needed."
    3.16  LangString IsoPage_Input ${LANG_ENGLISH} "Slitaz ISO File"
    3.17  LangString IsoFile ${LANG_ENGLISH} "ISO file|*.iso"
    3.18  LangString DrivePage_Title ${LANG_ENGLISH} "Choose USB drive location"
    3.19 @@ -89,7 +89,7 @@
    3.20  LangString Iso2USB_Extract ${LANG_ENGLISH} "Extract files from $IsoFile"
    3.21  LangString Iso2USB_CreateSyslinux ${LANG_ENGLISH} "Create syslinux configuration files on $DestDrive"
    3.22  LangString Iso2USB_ExecuteSyslinux ${LANG_ENGLISH} "Execute syslinux on $R0"
    3.23 -LangString Iso2USB_WarningSyslinux ${LANG_ENGLISH} "An error ($R8) happened when executing syslinux.$\r$\nYour USB drive won't be bootable..."
    3.24 +LangString Iso2USB_WarningSyslinux ${LANG_ENGLISH} "An error ($R8) occurred when executing syslinux.$\r$\nYour USB drive won't be bootable..."
    3.25  
    3.26  ; French
    3.27  LangString Welcome_Title ${LANG_FRENCH} "${NAME}"