summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/bootsplash
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-27 14:53:13 +0200
committerDirk von Suchodoletz2011-05-27 14:53:13 +0200
commit750b6b0b8ad4ea759ccebf41cef4a9798e8eed6c (patch)
tree3ac5cb917638df0650d94798b6c23c9d7c47fd02 /src/os-plugins/plugins/bootsplash
parentSome fix for SuSE 11.4 ... (diff)
downloadcore-750b6b0b8ad4ea759ccebf41cef4a9798e8eed6c.tar.gz
core-750b6b0b8ad4ea759ccebf41cef4a9798e8eed6c.tar.xz
core-750b6b0b8ad4ea759ccebf41cef4a9798e8eed6c.zip
No vga= sensible any more ...
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')) {