summarylogtreecommitdiffstats
path: root/initcpio_hook
diff options
context:
space:
mode:
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
+}