summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth.initcpio_hook
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth/plymouth.initcpio_hook')
-rw-r--r--abs/core/plymouth/plymouth.initcpio_hook16
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core/plymouth/plymouth.initcpio_hook b/abs/core/plymouth/plymouth.initcpio_hook
deleted file mode 100644
index d527f24..0000000
--- a/abs/core/plymouth/plymouth.initcpio_hook
+++ /dev/null
@@ -1,16 +0,0 @@
-run_hook() {
- msg -n ":: Loading plymouth..."
-
- /bin/mknod /dev/fb c 29 0 &>/dev/null
- #/bin/mount devpts /dev/pts -t devpts
-
- # plymouth deamon
- #/bin/mkdir -p /run/plymouth
- /usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid
-
- # plymouth frontend
- /usr/bin/plymouth --show-splash
- msg "done."
-}
-
-# vim: set ft=sh: