summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-03-26 19:30:39 +0100
committerMichael Janczyk2008-03-26 19:30:39 +0100
commit93da363b7fa0b2fa3cc06eff876871240fa0eabc (patch)
tree0ff0046e5008dd34dbee429bb786d03cf9f037f9 /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parent... same as r1692 for Base.pm ... (diff)
downloadcore-93da363b7fa0b2fa3cc06eff876871240fa0eabc.tar.gz
core-93da363b7fa0b2fa3cc06eff876871240fa0eabc.tar.xz
core-93da363b7fa0b2fa3cc06eff876871240fa0eabc.zip
perl cosmetics and a shorter username entry for kdm, so the enter button isn't beneath it. Dirk didn't like it :(.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1695 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 1d53fff9..aab314ea 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -103,7 +103,7 @@ sub suggestAdditionalKernelModules
# Ubuntu needs vesafb and fbcon (which drags along some others)
if ($makeInitRamFSEngine->{'distro-name'} =~ m{^ubuntu}i) {
- push @suggestedModules, qw( vesafb fbcon )
+ push @suggestedModules, qw( vesafb fbcon )
}
return @suggestedModules;
@@ -113,7 +113,7 @@ sub copyRequiredFilesIntoInitramfs
{
my $self = shift;
my $targetPath = shift;
- my $attrs = shift;
+ my $attrs = shift;
my $makeInitRamFSEngine = shift;
my $themeDir = "$openslxConfig{'base-path'}/share/themes";