summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh
diff options
context:
space:
mode:
authorOliver Tappe2008-01-11 17:03:15 +0100
committerOliver Tappe2008-01-11 17:03:15 +0100
commit5a884d7cf51c20d79f9be88b93519e65b21cd41b (patch)
tree8e7afe3507e89660cee1088c7e562b829cd76a0f /os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh
parent* added TODO about lacking performance of set...Attrs() (diff)
downloadcore-5a884d7cf51c20d79f9be88b93519e65b21cd41b.tar.gz
core-5a884d7cf51c20d79f9be88b93519e65b21cd41b.tar.xz
core-5a884d7cf51c20d79f9be88b93519e65b21cd41b.zip
* added hook mechanism to initramfs-init which can be used by plugins
to trigger execution of their own script at a certain point in the initramfs-init execution path. This is not active yet * added basic implementation outline for Theme (a.k.a splash) plugin - unable to test anything, though, as VMware does not seem to provide a VESA framebuffer, so splashy won't run git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1466 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh')
-rw-r--r--os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh b/os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh
new file mode 100644
index 00000000..4a749752
--- /dev/null
+++ b/os-plugins/plugins/Theme/init-hooks/80-after-plugins/Theme.sh
@@ -0,0 +1 @@
+[ ${Theme_nosplash} = 0 ] && /bin/splashy_update "progress 80" 2>/dev/null