From 363aab7a71a0b505c780b763b22bcd5131995382 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 5 Apr 2000 20:59:42 +0000 Subject: no_comment --- perl-install/install2.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 6b52ded91..60b0ca166 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -600,12 +600,6 @@ sub main { $o->{prefix} = $::testing ? "/tmp/test-perl-install" : "/mnt"; mkdir $o->{prefix}, 0755; -#- #- needed very early to switch bad cards in VGA16 -#- foreach (pci_probing::main::probe('')) { -#- log::l("Here: $_->[0]"); -#- $_->[0] =~ /i740|ViRGE/ and add2hash_($o, { vga16 => 1 }), log::l("switching to VGA16 as bad graphic card"); -#- } - #- needed very early for install_steps_gtk eval { ($o->{mouse}, $o->{wacom}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; -- cgit v1.2.1