summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-08-11 19:03:30 +0200
committerDirk von Suchodoletz2009-08-11 19:03:30 +0200
commit51b325fd739aab66874e6ceba6db6a4129ae049f (patch)
tree2626d478a72568eecf76e063c39671f2cf3895cb /os-plugins/plugins/bootsplash
parentLink needs other copy options than the binary ... (diff)
downloadcore-51b325fd739aab66874e6ceba6db6a4129ae049f.tar.gz
core-51b325fd739aab66874e6ceba6db6a4129ae049f.tar.xz
core-51b325fd739aab66874e6ceba6db6a4129ae049f.zip
Adding HPAs menu.c32 as it is mentioned in the wiki and several examples
... (vesamenu.c32 is a good alternative but needs some more tweaking) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3077 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index eeaf6707..da820230 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -131,6 +131,11 @@ sub installationPhase
or die _tr(
"unable to copy splashy to $pluginRepoPath/bin"
);
+ # create a proper (distro specific) runlevel script for halt
+ #my $initfile = newInitFile();
+ #$initfile->addDaemon("");
+ #
+ #my $runlevelscript = getInitFileForDistro($initfile, "ubuntu");
return;
}