From 3e881183d59b7fe80b703dfa269851e3cbf35302 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Dec 1999 13:53:02 +0000 Subject: no_comment --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') 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) : () }); -- cgit v1.2.1