From 9d5fec7efceea2237e04e9db218bd0d950510169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 1 Apr 2003 07:55:34 +0000 Subject: Remove MAKEDEV workaround for ia64. Fixes must be found, and kernel nowadays have devfs support. --- perl-install/install_steps.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0b33b0f10..dd3ad5cda 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -382,12 +382,6 @@ Either your cdrom drive or your cdrom is defective. Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm\" ") if grep { m|read failed: Input/output error| } cat_("$o->{prefix}/root/drakx/install.log"); - # make a tty, zero and loop devices to avoid problem when rebooting & mkinitrd, only ia64 arch (pb with devfs) - if ( arch() =~ /ia64/ ) { - run_program::rooted($o->{prefix}, "MAKEDEV", "-m 3", $_ ) foreach - qw(zero tty loop sd); - } - if (arch() !~ /^sparc/) { #- TODO restore it as may be needed for sparc -x "$o->{prefix}/usr/bin/dumpkeys" or $::testing or die "Some important packages didn't get installed properly. -- cgit v1.2.1