diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 14:21:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-05 14:21:48 +0000 |
commit | 44b596453c50044debba901575eb015045ae845d (patch) | |
tree | 478ad04ac879df73742947911a123b2e7bd82652 /perl-install/install_steps_interactive.pm | |
parent | 25365fea641e9e5bcec2372695c9438d099b78eb (diff) | |
download | drakx-44b596453c50044debba901575eb015045ae845d.tar drakx-44b596453c50044debba901575eb015045ae845d.tar.gz drakx-44b596453c50044debba901575eb015045ae845d.tar.bz2 drakx-44b596453c50044debba901575eb015045ae845d.tar.xz drakx-44b596453c50044debba901575eb015045ae845d.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 7c72309a6..b28942087 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -801,7 +801,7 @@ sub miscellaneous { !$::beginner || $clicked and $o->ask_from_entries_refH('', _("Miscellaneous questions"), [ _("Use hard drive optimisations?") => { val => \$u->{HDPARM}, type => 'bool', text => _("(may cause data corruption)") }, -_("Choose security level") => { val => \$s, list => [ map { $l{$_} } ikeys %l ], not_edit => 1 }, +_("Choose security level") => { val => \$s, list => [ map { $l{$_} } ikeys %l ] }, _("Precise RAM size if needed (found %d MB)", availableRam / 1024 + 3) => \$u->{memsize}, #- add three for correction. arch() !~ /^sparc/ ? ( _("Removable media automounting") => { val => \$o->{useSupermount}, type => 'bool', text => 'supermount' }, ) : (), |