summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 711469332..37cef3c2e 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -572,6 +572,7 @@ sub g_auto_install(;$) {
}
local $o->{partitioning}{auto_allocate} = 1;
+ local $o->{autoExitInstall} = 1;
$_ = { %{$_ || {}} }, delete @$_{qw(oldu oldg password password2)} foreach $o->{superuser}, @{$o->{users} || []};