diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"), [ |