summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth.hook
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-29 20:03:49 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-29 20:03:49 (GMT)
commit6d3f149ab4808e3e2e53427a7d290a1b7f27f550 (patch)
tree82a85e41602a4df87859a1b47bc1eb1e92706bc6 /abs/core/plymouth/plymouth.hook
parentd6516faa2bb58b90035609b16674cb86b75a7570 (diff)
downloadlinhes_pkgbuild-6d3f149ab4808e3e2e53427a7d290a1b7f27f550.zip
linhes_pkgbuild-6d3f149ab4808e3e2e53427a7d290a1b7f27f550.tar.gz
linhes_pkgbuild-6d3f149ab4808e3e2e53427a7d290a1b7f27f550.tar.bz2
plymouth: forgot to add some files. refs #891.
Diffstat (limited to 'abs/core/plymouth/plymouth.hook')
-rw-r--r--abs/core/plymouth/plymouth.hook4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/plymouth/plymouth.hook b/abs/core/plymouth/plymouth.hook
new file mode 100644
index 0000000..36a5e1b
--- /dev/null
+++ b/abs/core/plymouth/plymouth.hook
@@ -0,0 +1,4 @@
+run_hook() {
+ /usr/bin/plymouthd --mode=boot
+ /usr/bin/plymouth --show-splash
+}