summarylogtreecommitdiffstats
path: root/initcpio_hook
diff options
context:
space:
mode:
authorSergey Slipchenko2017-10-30 11:04:28 +0300
committerSergey Slipchenko2017-10-30 11:04:29 +0300
commit91030bc72024fe5a6d9b8f57e433a959ac29d7ef (patch)
tree30331d4b6402857bb3fa03b92f2f6c3811257e47 /initcpio_hook
downloadaur-91030bc72024fe5a6d9b8f57e433a959ac29d7ef.tar.gz
Initial commit
Diffstat (limited to 'initcpio_hook')
-rw-r--r--initcpio_hook5
1 files changed, 5 insertions, 0 deletions
diff --git a/initcpio_hook b/initcpio_hook
new file mode 100644
index 000000000000..3b1310ced378
--- /dev/null
+++ b/initcpio_hook
@@ -0,0 +1,5 @@
+#!/usr/bin/ash
+
+run_hook() {
+ ply-image /usr/share/plymouth/splash.png &> /dev/null
+}