summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-04-01 07:55:34 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-04-01 07:55:34 +0000
commit9d5fec7efceea2237e04e9db218bd0d950510169 (patch)
treebf08787a6104cf64f49066fc91704ff73d503882
parent288bd0fa61981c7d4aa7ea40a372c3adb47f5c4f (diff)
downloaddrakx-9d5fec7efceea2237e04e9db218bd0d950510169.tar
drakx-9d5fec7efceea2237e04e9db218bd0d950510169.tar.gz
drakx-9d5fec7efceea2237e04e9db218bd0d950510169.tar.bz2
drakx-9d5fec7efceea2237e04e9db218bd0d950510169.tar.xz
drakx-9d5fec7efceea2237e04e9db218bd0d950510169.zip
Remove MAKEDEV workaround for ia64. Fixes must be found, and kernel nowadays
have devfs support.
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 0 insertions, 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.