diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-07 13:53:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-07 13:53:02 +0000 |
commit | 3e881183d59b7fe80b703dfa269851e3cbf35302 (patch) | |
tree | b22428f4a80e2735a43fe64e141fe3ad6bf72bb1 /perl-install/install_steps.pm | |
parent | 47e95567a695046e6ca3b6020345f71f400e2102 (diff) | |
download | drakx-backup-do-not-use-3e881183d59b7fe80b703dfa269851e3cbf35302.tar drakx-backup-do-not-use-3e881183d59b7fe80b703dfa269851e3cbf35302.tar.gz drakx-backup-do-not-use-3e881183d59b7fe80b703dfa269851e3cbf35302.tar.bz2 drakx-backup-do-not-use-3e881183d59b7fe80b703dfa269851e3cbf35302.tar.xz drakx-backup-do-not-use-3e881183d59b7fe80b703dfa269851e3cbf35302.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ef9fe5114..f3d5787e7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -562,6 +562,7 @@ sub miscellaneousNetwork { sub miscellaneous { my ($o) = @_; $ENV{SECURE_LEVEL} = $o->{security}; + add2hash_ $o, { useSupermount => $o->{security} < 4 }; cat_("/proc/cmdline") =~ /mem=(\S+)/; add2hash_($o->{miscellaneous} ||= {}, { numlock => !$o->{pcmcia}, $1 ? (memsize => $1) : () }); |