diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-26 14:42:54 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-26 14:42:54 +0000 |
commit | 52c21c55f388635a2195108dc6838fdac48b9c4f (patch) | |
tree | bd59703f010665ca7a43b0187f87ef1010bd9f87 | |
parent | bce0398b2148689d2087ac5a6f51753c5798b9a6 (diff) | |
download | drakx-52c21c55f388635a2195108dc6838fdac48b9c4f.tar drakx-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.gz drakx-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.bz2 drakx-52c21c55f388635a2195108dc6838fdac48b9c4f.tar.xz drakx-52c21c55f388635a2195108dc6838fdac48b9c4f.zip |
hd.img doesn't exist anymore, using hd_grub.img
-rw-r--r-- | perl-install/install_any.pm | 2 |
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; } |