diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-15 11:52:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-15 11:52:08 +0000 |
commit | 9d5c0be47531a767256f25aec6069f3ec8b7fafd (patch) | |
tree | 56c8d43a129418e338b34bc11750b66825400fd9 | |
parent | 904438d3be2230b346b9f7af24bdf2e72bf4d47b (diff) | |
download | drakx-backup-do-not-use-9d5c0be47531a767256f25aec6069f3ec8b7fafd.tar drakx-backup-do-not-use-9d5c0be47531a767256f25aec6069f3ec8b7fafd.tar.gz drakx-backup-do-not-use-9d5c0be47531a767256f25aec6069f3ec8b7fafd.tar.bz2 drakx-backup-do-not-use-9d5c0be47531a767256f25aec6069f3ec8b7fafd.tar.xz drakx-backup-do-not-use-9d5c0be47531a767256f25aec6069f3ec8b7fafd.zip |
enable supermount again
-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 ed2ca3a6a..5eec8ef0a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -860,7 +860,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 => $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia} }); } |