aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/detect-resolution1
1 files changed, 0 insertions, 1 deletions
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;