From 2f14ac62602746a52e0ef43271c6d32f1202c8f9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Sep 2001 20:53:32 +0000 Subject: (getAndSaveAutoInstallFloppy): skip it on ia64 --- perl-install/install_any.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 01178f014..da9f376ee 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -744,6 +744,8 @@ sub getAndSaveAutoInstallFloppy { commands::dd("if=/dev/ram", "of=$where", "bs=1440", "count=1024"); rm_rf($workdir, $mountdir, $imagefile); + } elsif (arch() =~ /ia64/) { + #- nothing yet } else { my $imagefile = "$o->{prefix}/tmp/autoinst.img"; my $mountdir = "$o->{prefix}/tmp/aif-mount"; -d $mountdir or mkdir $mountdir, 0755; -- cgit v1.2.1