summaryrefslogtreecommitdiff
path: root/pcr/plymouth-legacy/plymouth.initcpio_hook
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-22 16:31:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-22 16:31:19 -0500
commit15622c361b298f14d57f8099cfa17039568158c4 (patch)
tree4d541b2e221e443ce12718b551d1d306ce813c27 /pcr/plymouth-legacy/plymouth.initcpio_hook
parent13b1fbad1fdc4c5464ba71c79e3ad7843cfed9b4 (diff)
downloadabslibre-15622c361b298f14d57f8099cfa17039568158c4.tar.gz
abslibre-15622c361b298f14d57f8099cfa17039568158c4.tar.bz2
abslibre-15622c361b298f14d57f8099cfa17039568158c4.zip
Removing plymouth-legacy: Use plymouth-nosystemd instead
Diffstat (limited to 'pcr/plymouth-legacy/plymouth.initcpio_hook')
-rw-r--r--pcr/plymouth-legacy/plymouth.initcpio_hook16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/plymouth-legacy/plymouth.initcpio_hook b/pcr/plymouth-legacy/plymouth.initcpio_hook
deleted file mode 100644
index 9226fe12f..000000000
--- a/pcr/plymouth-legacy/plymouth.initcpio_hook
+++ /dev/null
@@ -1,16 +0,0 @@
-run_earlyhook(){
- /usr/bin/mknod /dev/fb c 29 &>/dev/null
- /usr/bin/mkdir -p /dev/pts
- /usr/bin/mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
- /usr/bin/plymouthd --mode=boot --pid-file=/var/run/plymouth/pid --attach-to-session
-}
-
-run_hook() {
- /usr/bin/plymouth --show-splash
-}
-
-run_latehook(){
- /usr/bin/plymouth update-root-fs --new-root-dir=/new_root
-}
-
-# vim: set ft=sh: \ No newline at end of file