From 4b901bb60a2f4b1f527c2493a7fb0ef0bb375929 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Mar 2004 13:23:19 +0000 Subject: oops, fix commit --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 45a159681..3f99c2f82 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -720,7 +720,7 @@ sub getAndSaveInstallFloppies { } else { my $image = cat_("/proc/cmdline") =~ /pcmcia/ ? "pcmcia" : arch() =~ /ia64|ppc/ ? "all" : #- we only use all.img there - ${{ disk => 'hd_grub', cdrom => 'cdrom', ftp => 'network', nfs => 'network', http => 'network' }}{'disk' || $o->{method}}; + ${{ disk => 'hd_grub', cdrom => 'cdrom', ftp => 'network', nfs => 'network', http => 'network' }}{$o->{method}}; my $have_drivers = $image eq 'network'; $image .= arch() =~ /sparc64/ && "64"; #- for sparc64 there are a specific set of image. -- cgit v1.2.1