diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-03-04 13:22:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-03-04 13:22:48 +0000 |
commit | df07d79cd3d7add4ccb2406f881b9d3d958812cc (patch) | |
tree | 970e20ce139fd0d3fd8b26bfe9834606b349c556 /perl-install/install_steps.pm | |
parent | 4457a2607c6a9fc0a1d2935a3febee7f85e1a415 (diff) | |
download | drakx-df07d79cd3d7add4ccb2406f881b9d3d958812cc.tar drakx-df07d79cd3d7add4ccb2406f881b9d3d958812cc.tar.gz drakx-df07d79cd3d7add4ccb2406f881b9d3d958812cc.tar.bz2 drakx-df07d79cd3d7add4ccb2406f881b9d3d958812cc.tar.xz drakx-df07d79cd3d7add4ccb2406f881b9d3d958812cc.zip |
fix & cleanup generating replay & auto_install images
(thanks to David Eastcott)
Diffstat (limited to 'perl-install/install_steps.pm')
-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 c5db0b272..4e2970cce 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -952,7 +952,7 @@ sub exitInstall { output "$::prefix$report", install_any::report_bug($o->{prefix}); run_program::rooted($::prefix, 'gzip', $report); }; - install_any::getAndSaveAutoInstallFloppy($o, 1, "$o->{prefix}/root/drakx/replay_install.img"); + install_any::getAndSaveAutoInstallFloppies($o, 1); eval { output "$o->{prefix}/root/drakx/README", "This directory contains several installation-related files, mostly log files (very useful if you ever report a bug!). |