From 3fae0b21431abe463ca6bfa2746d48d6a6756aa4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Dec 1999 18:03:08 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 417f64e58..98d0111f5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -746,9 +746,9 @@ sub miscellaneous { my $u = $o->{miscellaneous} ||= {}; exists $u->{LAPTOP} or $u->{LAPTOP} = 1; my $s = $o->{security}; - $s = $l{$s} || $s; add2hash_ $o, { useSupermount => $s < 4 }; + $s = $l{$s} || $s; !$::beginner || $clicked and $o->ask_from_entries_refH('', _("Miscellaneous questions"), [ -- cgit v1.2.1