summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
authorMichael Janczyk2008-03-27 18:11:27 +0100
committerMichael Janczyk2008-03-27 18:11:27 +0100
commitd9971955d82bf781e1c13f0276b6fc9a947f2806 (patch)
tree1936a36c6bc7b74302ff8e5aebc9d692f3d88cb3 /os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
parentNew plugin concept: Default theme and splashy binaries moved to plugin. Makef... (diff)
downloadcore-d9971955d82bf781e1c13f0276b6fc9a947f2806.tar.gz
core-d9971955d82bf781e1c13f0276b6fc9a947f2806.tar.xz
core-d9971955d82bf781e1c13f0276b6fc9a947f2806.zip
Removed debugging print which was accidentally left behind :)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1703 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.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index efffed0e..fef84d29 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -136,7 +136,6 @@ sub copyRequiredFilesIntoInitramfs
}
if (-d $splashyThemeDir) {
my $splashyPath = "$bootsplashDir/files/bin";
-print "6. $splashyPath";
$makeInitRamFSEngine->addCMD(
"cp -p $splashyPath/splashy* $targetPath/bin/"
);