# HG changeset patch # User Dominique Corbex # Date 1335383140 -7200 # Node ID 1a58d33b9df8589466db3e51c470204bac26cbec # Parent bc85a363a4ba9a18e105d2f1e2cc29ce0d3db677 installer.cgi: fix: Partition for home is formatted even if unchecked diff -r bc85a363a4ba -r 1a58d33b9df8 installer.cgi --- a/installer.cgi Thu Apr 12 01:42:49 2012 +0300 +++ b/installer.cgi Wed Apr 25 21:45:40 2012 +0200 @@ -7,7 +7,7 @@ # Authors : Dominique Corbex # -VERSION=0.29 +VERSION=0.30 # Common functions from libtazpanel . lib/libtazpanel @@ -21,7 +21,7 @@ TEXTDOMAIN='installer' export TEXTDOMAIN -TITLE=$(gettext 'TazPanel - Installer') +TITLE="- Installer" # Tazinst required version TAZINST_REQUIRED_VERSION="3.3" @@ -52,7 +52,7 @@ # Home Partition if [ -n "$(GET HOME_SELECT)" ] ; then TGT_HOME=$(echo "$(GET TGT_HOME)" | sed 's/\//\\\//'g) - [ -n "$(GET HOME_FS)" ] && TGT_HOME_FS=$(GET HOME_FS) + [ -n "$(GET HOME_FMT)" ] && TGT_HOME_FS=$(GET HOME_FS) || TGT_HOME_FS="" else TGT_HOME="" TGT_HOME_FS="" @@ -124,10 +124,10 @@ if [ ! -r $INSTFILE ]; then cat <$(gettext "Setup File Error")
-$(gettext "The setup file $INSTFILE is not readable. +$(gettext "The setup file $INSTFILE is not readable. Check permissions and ownership.")
EOT - fi + fi fi fi # read setup file @@ -156,7 +156,7 @@

$(gettext "Install SliTaz on a partition of your hard disk drive. If you decide to format your partition, all data will be lost. If you do not - format, all data except for any existing /home directory will be removed, + format, all data except for any existing /home directory will be removed, the home directory will be kept as is.")

@@ -194,19 +194,19 @@

$(gettext "Partitioning")

- $(gettext "On most used systems, the hard drive is already dedicated to - partitions for Windows©, or Linux, or another operating + $(gettext "On most used systems, the hard drive is already dedicated to + partitions for Windows©, or Linux, or another operating system. You'll need to resize these partitions in order to make space for SliTaz GNU/Linux. SliTaz will co-exist with other operating systems already - installed on your hard drive.") + installed on your hard drive.")

- $(gettext "The amount of space needed depends on how much software you + $(gettext "The amount of space needed depends on how much software you plan to install and how much space you require for users. It's conceivable that you could run a minimal SliTaz system in 300 megs or less, but 2 gigs is indeed more comfy.")

- $(gettext "A separate home partition, and a partition that will be used + $(gettext "A separate home partition, and a partition that will be used as Linux swap space may be created if needed. Slitaz detects and uses swap partitions automatically.")

@@ -222,7 +222,7 @@

$(gettext "Gparted supports ext2, ext3, ext4, linux swap, ntfs and fat32 filesystems right out of the box. Support for xjs, jfs, hfs and other - filesystems is available as well but you first need to add drivers for + filesystems is available as well but you first need to add drivers for these filesystems by installing the related packages xfsprogs, jfsutils, linux-hfs and so on.")

@@ -248,8 +248,8 @@

$(gettext "Install SliTaz")

$(gettext "You're going to install SliTaz on a partition of your hard disk drive. If - you decide to format your HDD, all data will be lost. If you do not - format, all data except for any existing /home directory will be removed, + you decide to format your HDD, all data will be lost. If you do not + format, all data except for any existing /home directory will be removed, the home directory will be kept as is.")

@@ -314,7 +314,7 @@ $(gettext "Stable") $(gettext "Cooking") $(gettext "URL:") - +
EOT @@ -415,7 +415,7 @@ fi cat < - +