diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-06-03 10:15:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-06-03 10:15:08 +0000 |
commit | c5e62d4adea5c8367e18dd3e90d703a1be6f4307 (patch) | |
tree | 0f6590073403180749867372057b4da8e31444bb | |
parent | f8e19ee4da81986e6a6ab311cb37fd2f6b227a70 (diff) | |
download | drakx-backup-do-not-use-c5e62d4adea5c8367e18dd3e90d703a1be6f4307.tar drakx-backup-do-not-use-c5e62d4adea5c8367e18dd3e90d703a1be6f4307.tar.gz drakx-backup-do-not-use-c5e62d4adea5c8367e18dd3e90d703a1be6f4307.tar.bz2 drakx-backup-do-not-use-c5e62d4adea5c8367e18dd3e90d703a1be6f4307.tar.xz drakx-backup-do-not-use-c5e62d4adea5c8367e18dd3e90d703a1be6f4307.zip |
have the /root/drakx/auto_install.cfg.pl replay style instead of weird style
with clearall unset & auto_allocate set
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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}) { |