From 1b0714ed582e11e66124280d505983ab8885cf3e Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 10 Aug 2010 18:47:41 +0200 Subject: Trying on new bootsplash generation ... adding needed framebuffer modules to initramfs. --- os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index 697d4184..3a4f3743 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2007 - OpenSLX GmbH +# Copyright (c) 2007..2010 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -107,9 +107,9 @@ sub suggestAdditionalKernelModules my @suggestedModules; # Ubuntu needs vesafb and fbcon (which drags along some others) - if ($makeInitRamFSEngine->{'distro-name'} =~ m{^ubuntu}i) { - push @suggestedModules, qw( vesafb fbcon ) - } + #if ($makeInitRamFSEngine->{'distro-name'} =~ m{^ubuntu}i) { + push @suggestedModules, qw( i810 i830 i915 mga mga nouveau r128 radeon savage sis tdfx ttm via drm fbcon ) + #} return @suggestedModules; } -- cgit v1.2.3-55-g7522