summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/diskdrake/interactive.pm2
-rw-r--r--perl-install/install/NEWS3
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 2a5205935..768b87dc5 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,6 @@
- diskdrake:
o bugfix 10.4.162: allow "LVM" on RAID (#34359)
+ o improved wrapping of mount option descriptions
Version 10.4.222 - 28 September 2007, by Olivier "blino" Blin
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 4c946bee9..2b513dd4b 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -970,7 +970,7 @@ sub Options {
[
{ label => N("Mount options"), title => 1 },
(map {
- { label => $_, text => scalar warp_text(formatAlaTeX($help{$_})), val => \$options->{$_}, hidden => scalar(/password/),
+ { label => $_, text => scalar warp_text(formatAlaTeX($help{$_}), 60), val => \$options->{$_}, hidden => scalar(/password/),
advanced => !$part->{rootDevice} && !member($_, @simple_options), if_(!/=$/, type => 'bool'),
if_($callbacks{$_}, changed => $callbacks{$_}),
};
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 028da3269..2012abff2 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,6 @@
+- diskdrake:
+ o improved wrapping of mount option descriptions
+
Version 10.4.224 - 1 October 2007, by Pascal "Pixel" Rigaux
- don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm)