diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-14 21:05:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-14 21:05:35 +0000 |
commit | 4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7 (patch) | |
tree | d402a639a3811b0a1fd1cf8c6c1ccbae01f4dd42 /perl-install/install_any.pm | |
parent | 1f83d3e013cb434637f8ce1fd12e6a5fa12d9640 (diff) | |
download | drakx-backup-do-not-use-4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7.tar drakx-backup-do-not-use-4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7.tar.gz drakx-backup-do-not-use-4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7.tar.bz2 drakx-backup-do-not-use-4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7.tar.xz drakx-backup-do-not-use-4efa2be224ce2594f9aeea2ed0f551ad6ed9b3b7.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
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} || []}; |