summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-10 18:51:21 +0200
committerDirk von Suchodoletz2010-08-10 18:51:21 +0200
commit245a62abef0aa0ef1b3aaa1c936a29696f8c6445 (patch)
tree33e04ca70863c2fe039bb5cb4593919dbcf89ba4
parentTrying on new bootsplash generation ... adding needed framebuffer (diff)
downloadcore-245a62abef0aa0ef1b3aaa1c936a29696f8c6445.tar.gz
core-245a62abef0aa0ef1b3aaa1c936a29696f8c6445.tar.xz
core-245a62abef0aa0ef1b3aaa1c936a29696f8c6445.zip
Typo ...
-rw-r--r--VERSIONS2
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSIONS b/VERSIONS
index cbc1c499..7fe8953f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
OPENSLX_VERSION_MAJOR="5"
OPENSLX_VERSION_MINOR="0"
-OPENSLX_VERSION_RELEASE="93.0"
+OPENSLX_VERSION_RELEASE="93.1"
OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}"
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 3a4f3743..e28f9549 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 mga nouveau r128 radeon savage sis tdfx ttm via drm fbcon );
#}
return @suggestedModules;