From 15622c361b298f14d57f8099cfa17039568158c4 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 22 Jul 2018 16:31:19 -0500 Subject: Removing plymouth-legacy: Use plymouth-nosystemd instead --- pcr/plymouth-legacy/plymouth.initcpio_hook | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pcr/plymouth-legacy/plymouth.initcpio_hook (limited to 'pcr/plymouth-legacy/plymouth.initcpio_hook') 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 -- cgit v1.2.3