diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-12 12:10:54 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-12 12:10:54 +0000 |
commit | 6201e31d08db60ff343b05038ae62008e7ed2f81 (patch) | |
tree | 034f35c693460cfda4ab40dbc5ff94da829be8f3 /scripts | |
parent | 1623fdc6b7a32504aba859736c35fea2c98260a2 (diff) | |
download | bootsplash-6201e31d08db60ff343b05038ae62008e7ed2f81.tar bootsplash-6201e31d08db60ff343b05038ae62008e7ed2f81.tar.gz bootsplash-6201e31d08db60ff343b05038ae62008e7ed2f81.tar.bz2 bootsplash-6201e31d08db60ff343b05038ae62008e7ed2f81.tar.xz bootsplash-6201e31d08db60ff343b05038ae62008e7ed2f81.zip |
Remove the DURING_INSTALL, we get the vga from cmdline like the install does.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/detect-resolution | 1 |
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; |