diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-09 12:07:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-09 12:07:40 +0000 |
commit | 164e94e201e9d49ab9464fc737dfcfbc43f6e596 (patch) | |
tree | 5deff235fd452802818f0a3f7b5a9a057b63f23a /perl-install/install_steps_interactive.pm | |
parent | e29430e040fb03c614900bbb39ec428c610a8726 (diff) | |
download | drakx-backup-do-not-use-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar drakx-backup-do-not-use-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.gz drakx-backup-do-not-use-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.bz2 drakx-backup-do-not-use-164e94e201e9d49ab9464fc737dfcfbc43f6e596.tar.xz drakx-backup-do-not-use-164e94e201e9d49ab9464fc737dfcfbc43f6e596.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 97618c1d6..8da8c32b5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -970,7 +970,7 @@ _("Removable media automounting") => { val => \$o->{useSupermount}, type => 'boo $::expert ? ( _("Clean /tmp at each boot") => { val => \$u->{CLEAN_TMP}, type => 'bool' }, ) : (), - $o->{pcmcia} ? ( + $o->{pcmcia} && $::expert ? ( _("Enable multi profiles") => { val => \$u->{profiles}, type => 'bool' }, ) : ( _("Enable num lock at startup") => { val => \$u->{numlock}, type => 'bool' }, |