From 750b6b0b8ad4ea759ccebf41cef4a9798e8eed6c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 27 May 2011 14:53:13 +0200 Subject: No vga= sensible any more ... --- src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/os-plugins/plugins/bootsplash') diff --git a/src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index ef1db778..4212cff3 100644 --- a/src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2007..2010 - OpenSLX GmbH +# Copyright (c) 2007..2011 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -87,9 +87,9 @@ sub suggestAdditionalKernelParams my @suggestedParams; # add vga=0x317 unless explicit vga-mode is already set - if (!$makeInitRamFSEngine->haveKernelParam(qr{\bvga=})) { - push @suggestedParams, 'vga=0x317'; - } + #if (!$makeInitRamFSEngine->haveKernelParam(qr{\bvga=})) { + # push @suggestedParams, 'vga=0x317'; + #} # add quiet, if not already set if (!$makeInitRamFSEngine->haveKernelParam('quiet')) { -- cgit v1.2.3-55-g7522