diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-10 16:22:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-10 16:22:22 +0000 |
commit | 70bc1f86719f666766c6abab18cb0bcc9b8be7f8 (patch) | |
tree | d71d35a147a9bbc3e4fb98735ee76bef56b7ed43 | |
parent | 9a18d559d5237d0dda43e0079da4d3cd67336dfe (diff) | |
download | drakx-70bc1f86719f666766c6abab18cb0bcc9b8be7f8.tar drakx-70bc1f86719f666766c6abab18cb0bcc9b8be7f8.tar.gz drakx-70bc1f86719f666766c6abab18cb0bcc9b8be7f8.tar.bz2 drakx-70bc1f86719f666766c6abab18cb0bcc9b8be7f8.tar.xz drakx-70bc1f86719f666766c6abab18cb0bcc9b8be7f8.zip |
do not use supermount by default
-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 3fbfb82e7..bf8a1486c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -954,7 +954,7 @@ sub miscellaneous { } sub miscellaneousAfter { my ($o) = @_; - add2hash_ $o, { useSupermount => 1 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; + add2hash_ $o, { useSupermount => 0 }; $ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec |