diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-12-04 17:15:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-12-04 17:15:58 +0000 |
commit | 494062336a03305692957b6e4158f70ee98265b3 (patch) | |
tree | 12b3f44a1cbdcf47df88fff90eec96bbf583c506 /perl-install/install_steps.pm | |
parent | 73da510611116e8d95b2e36cb8563ca163ffb81c (diff) | |
download | drakx-backup-do-not-use-494062336a03305692957b6e4158f70ee98265b3.tar drakx-backup-do-not-use-494062336a03305692957b6e4158f70ee98265b3.tar.gz drakx-backup-do-not-use-494062336a03305692957b6e4158f70ee98265b3.tar.bz2 drakx-backup-do-not-use-494062336a03305692957b6e4158f70ee98265b3.tar.xz drakx-backup-do-not-use-494062336a03305692957b6e4158f70ee98265b3.zip |
re-enable supermount by default
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 14153822a..96e9112af 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -884,7 +884,7 @@ sub miscellaneousBefore { $o->{security} ||= $s{SECURITY} if exists $s{SECURITY}; $ENV{SECURE_LEVEL} = $o->{security}; - add2hash_ $o, { useSupermount => 0 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; + add2hash_ $o, { useSupermount => 1 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia} }); } |