From 6201e31d08db60ff343b05038ae62008e7ed2f81 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 12 Feb 2002 12:10:54 +0000 Subject: Remove the DURING_INSTALL, we get the vga from cmdline like the install does. --- scripts/detect-resolution | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/detect-resolution b/scripts/detect-resolution index d659b07..9e30a40 100755 --- a/scripts/detect-resolution +++ b/scripts/detect-resolution @@ -11,7 +11,6 @@ my (%main, %entry); my $vga = detect_from_cmdline(cat_('/proc/cmdline')); -undef $vga if $ENV{'DURING_INSTALL'} and $vga; #Nothing from Install cmdline. undef $vga if $vga =~ /x/; #lilo cmdline can't convert detect_from_loader() if not $vga; -- cgit v1.2.1