bootdisk: ui-parted2 (HEAD) [malekith]
PLD CVS
pld-cvs-commit w pld.org.pl
Pią, 26 Lip 2002, 12:18:51 CEST
Module name: bootdisk
Changes by: malekith 02/07/26 12:18:48
Modified files:
ui-parted2
Log message:
- proper handling of existing extended partition
- [ Next ] -> [ Next >> ]
- don't set mountpoint to "unknown" but to ""
Index: ui-parted2
===================================================================
RCS file: /cvsroot/bootdisk/batch-installer/ui/ui-parted2,v
diff -d -u -r1.18 -r1.19
--- ui-parted2 2002/07/25 11:47:31 1.18
+++ ui-parted2 2002/07/26 10:18:48 1.19
@@ -112,7 +112,12 @@
next_part=5
fi
fi
- echo "$new_part_type $end $next_part" > $new_part_info
+ if [ "$type" = extended ] ; then
+ new_part_type=logical
+ echo "$new_part_type $start $next_part" > $new_part_info
+ else
+ echo "$new_part_type $end $next_part" > $new_part_info
+ fi
load_part $1 $number
if [ "$part_name" = "" ] ; then
part_name=$name
@@ -379,7 +384,7 @@
if [ "$mnt" = skip ] ; then
part_format=no
part_touch=no
- part_mnt_point="unknown"
+ part_mnt_point=""
else
part_mnt_point="$mnt"
part_format=yes
@@ -555,7 +560,7 @@
<br>
<button res=1 caption="$(nls "_Actions")">
<button res=2 caption="$(nls "_Make new partition")">
- <button res=4 caption="$(nls "_Next")">
+ <button res=4 caption="$(nls 'Next _>_>')">
EOF
case $res in
1)
Więcej informacji o liście dyskusyjnej pld-installer