From c5e62d4adea5c8367e18dd3e90d703a1be6f4307 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Jun 2002 10:15:08 +0000 Subject: have the /root/drakx/auto_install.cfg.pl replay style instead of weird style with clearall unset & auto_allocate set --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f4ada12ad..0ecf0817e 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -53,7 +53,7 @@ sub leavingStep { if (-d "$o->{prefix}/root/drakx") { eval { cp_af("/tmp/ddebug.log", "$o->{prefix}/root/drakx") }; - output(install_any::auto_inst_file(), install_any::g_auto_install()); + output(install_any::auto_inst_file(), install_any::g_auto_install(1)); } for (my $s = $o->{steps}{first}; $s; $s = $o->{steps}{$s}{next}) { -- cgit v1.2.1