From 494062336a03305692957b6e4158f70ee98265b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Dec 2001 17:15:58 +0000 Subject: re-enable supermount by default --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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} }); } -- cgit v1.2.1