summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/bootsplash
diff options
context:
space:
mode:
Diffstat (limited to 'src/os-plugins/plugins/bootsplash')
-rw-r--r--src/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm8
1 files changed, 4 insertions, 4 deletions
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')) {