From 93da363b7fa0b2fa3cc06eff876871240fa0eabc Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Wed, 26 Mar 2008 18:30:39 +0000 Subject: 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 --- os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm') 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"; -- cgit v1.2.3-55-g7522