slitaz-tools rev 618

tazinst: tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Jun 06 18:54:50 2011 +0100 (2011-06-06)
parents cc4df6554e18
children d6b5ad962895
files installer/tazinst
line diff
     1.1 --- a/installer/tazinst	Sat Jun 04 08:53:15 2011 +0100
     1.2 +++ b/installer/tazinst	Mon Jun 06 18:54:50 2011 +0100
     1.3 @@ -52,7 +52,7 @@
     1.4  	echo -e "  -i             `gettext \"Full Install (not upgrading, all present data will be lost).\"`"
     1.5  	echo -e "  -u             `gettext \"Upgrade (Needs an active internet connection).\"`"
     1.6  	echo -e "  -t <type>      `gettext \"Install type (cdrom|usb|iso|web|weboot).\"`"
     1.7 -	echo -e "  -s <source>    `gettext \"Source media (ex: file.iso|usb partition|web url)\"`"
     1.8 +	echo -e "  -s <source>    `gettext \"Source media (ex: file.iso|usb partition|web url).\"`"
     1.9  	echo -e "  -p <partition> `gettext \"Partition where SliTaz will be installed (ex:/dev/hda3).\"`"
    1.10  	echo -e "  -f <fs>        `gettext \"Partition to be formatted (fs=ext2|ext3|ext4|etc..).\"`"
    1.11  	echo -e "  -g             `gettext \"Install Grub.\"`"
    1.12 @@ -121,7 +121,7 @@
    1.13  # usb:/dev/xxx, ex: SRC_FILE=/dev/sdb1
    1.14  # iso:file.iso, ex: SRC_FILE=~/slitaz.3.0.iso
    1.15  # web: url, ex: SRC_FILE=http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso
    1.16 -# web: predefinites (stable|cooking|rolling), ex: SRC_FILE=cooking
    1.17 +# web: predefined mirrors (stable|cooking|rolling), ex: SRC_FILE=cooking
    1.18  SRC_FILE=""
    1.19  
    1.20  # Install Target (Root Partition).
    1.21 @@ -135,7 +135,7 @@
    1.22  
    1.23  # Home partition.
    1.24  # On most GNU/Linux systems users personal files are stored in the directory
    1.25 -# /home. Home can be on a separate partition or another hard disk.
    1.26 +# /home. Home can be on another hard disk or on a separate partition.
    1.27  TGT_HOME=""
    1.28  # Home File system (if /home is on a separate partition)
    1.29  TGT_HOME_FS=""
    1.30 @@ -164,7 +164,7 @@
    1.31  # Windows dual-boot
    1.32  # Dual boot is disabled if WINBOOT is empty: TGT_WINBOOT=""
    1.33  # You may let tazinst find your win partition, mode=auto: TGT_WINBOOT="auto"
    1.34 -# or set manual setting: "hd[disk],[partition]" ex:TGT_WINBOOT=hd0,0
    1.35 +# or use manual setting: "hd[disk],[partition]" ex:TGT_WINBOOT=hd0,0
    1.36  TGT_WINBOOT=""
    1.37  
    1.38  _EOF_