diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-12 18:41:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-12 18:41:27 +0000 |
commit | 703daff08f924e303218385857b4f71fc85f2e07 (patch) | |
tree | 51cfb2edeab1eb0bd3cb20354ee99764e485bdc7 /perl-install/install_steps.pm | |
parent | 935280a5aeb4f41ab575b6f2a54f759bdab1f2bf (diff) | |
download | drakx-703daff08f924e303218385857b4f71fc85f2e07.tar drakx-703daff08f924e303218385857b4f71fc85f2e07.tar.gz drakx-703daff08f924e303218385857b4f71fc85f2e07.tar.bz2 drakx-703daff08f924e303218385857b4f71fc85f2e07.tar.xz drakx-703daff08f924e303218385857b4f71fc85f2e07.zip |
no "auto install floppy" on ppc
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 123e620b6..8570f6e51 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -997,7 +997,7 @@ sub exitInstall { output "$::prefix$report", install_any::report_bug($o->{prefix}); run_program::rooted($::prefix, 'gzip', $report); }; - install_any::getAndSaveAutoInstallFloppies($o, 1); + install_any::getAndSaveAutoInstallFloppies($o, 1) if arch() !~ /^ppc/; 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!). |