summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-26 14:42:54 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-26 14:42:54 +0000
commit52c21c55f388635a2195108dc6838fdac48b9c4f (patch)
treebd59703f010665ca7a43b0187f87ef1010bd9f87 /perl-install/install_any.pm
parentbce0398b2148689d2087ac5a6f51753c5798b9a6 (diff)
downloaddrakx-backup-do-not-use-52c21c55f388635a2195108dc6838fdac48b9c4f.tar
drakx-backup-do-not-use-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.gz
drakx-backup-do-not-use-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.bz2
drakx-backup-do-not-use-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.xz
drakx-backup-do-not-use-52c21c55f388635a2195108dc6838fdac48b9c4f.zip
hd.img doesn't exist anymore, using hd_grub.img
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 8c1a3af1b..e2ba5eafd 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -718,7 +718,7 @@ sub getAndSaveInstallFloppy {
} else {
my $image = cat_("/proc/cmdline") =~ /pcmcia/ ? "pcmcia" :
arch() =~ /ia64|ppc/ ? "all" : #- we only use all.img there
- ${{ disk => 'hd', cdrom => 'cdrom', ftp => 'network', nfs => 'network', http => 'network' }}{$o->{method}};
+ ${{ disk => 'hd_grub', cdrom => 'cdrom', ftp => 'network', nfs => 'network', http => 'network' }}{$o->{method}};
$image .= arch() =~ /sparc64/ && "64"; #- for sparc64 there are a specific set of image.
getAndSaveFile("images/$image.img", $where) or log::l("failed to write Install Floppy ($image.img) to $where"), return;
}