summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-11 03:14:54 +0200
committerDirk von Suchodoletz2010-08-11 03:14:54 +0200
commit98c82e0cefa2dc14f2de5262a63701ca2ab05316 (patch)
tree8d7113aeb250ac72d077484b79cd941cea3814b0 /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parentTest ... (diff)
downloadcore-98c82e0cefa2dc14f2de5262a63701ca2ab05316.tar.gz
core-98c82e0cefa2dc14f2de5262a63701ca2ab05316.tar.xz
core-98c82e0cefa2dc14f2de5262a63701ca2ab05316.zip
Next step for early framebuffer, bootsplash ...
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index e28f9549..1a5907ea 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -108,7 +108,7 @@ sub suggestAdditionalKernelModules
# Ubuntu needs vesafb and fbcon (which drags along some others)
#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 );
+ push @suggestedModules, qw( i810 i830 i915 mga nouveau r128 radeon savage sis tdfx ttm via drm fbcon );
#}
return @suggestedModules;