[Lunar-commits] r14846 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Thu May 19 20:26:50 UTC 2005
Author: sofar
Date: 2005-05-19 20:26:49 +0000 (Thu, 19 May 2005)
New Revision: 14846
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
cosmetic adjustments alread found needed.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-19 20:26:49 UTC (rev 14845)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-19 20:26:49 UTC (rev 14846)
@@ -384,17 +384,12 @@
return;
fi &&
- if [ "$FSYS" == "xfs" ]; then
- get_xfs_logsize
- fi
-
MNTPNT=$(get_mount_point $FSYS) &&
PROMPT="$PART might already be formatted with the $FSYS filesystem and may contain data. Formatting it again will destroy all present data on this partition. Do you wish to format it?"
if $DIALOG --defaultno --yesno "$PROMPT" 0 0 ; then
FORMAT=yes
- CHECK=$(check_partition $FSYS) &&
- FORCE=$(use_the_force $FSYS)
+ CHECK=$(check_partition $FSYS)
else
FORMAT=no
fi
@@ -441,7 +436,7 @@
fi
if [ -n "$ROOT" ]; then
- if (( STEP =< 4 )) ; then
+ if (( STEP <= 4 )) ; then
STEP=5
fi
S_OK=
More information about the Lunar-commits
mailing list