diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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; |