From 3defeb00b3a0b379b87cb3674bc6065c17f36687 Mon Sep 17 00:00:00 2001 From: David P Date: Wed, 22 Mar 2017 09:45:03 -0300 Subject: Removed plymouth --- pcr/plymouth/plymouth.initcpio_hook | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pcr/plymouth/plymouth.initcpio_hook (limited to 'pcr/plymouth/plymouth.initcpio_hook') diff --git a/pcr/plymouth/plymouth.initcpio_hook b/pcr/plymouth/plymouth.initcpio_hook deleted file mode 100644 index 3d7ec1d17..000000000 --- a/pcr/plymouth/plymouth.initcpio_hook +++ /dev/null @@ -1,23 +0,0 @@ -run_earlyhook(){ - # first trigger graphics subsystem - udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1 - # first trigger graphics and tty subsystem - udevadm trigger --action=add --subsystem-match=graphics --subsystem-match=drm --subsystem-match=tty >/dev/null 2>&1 - - udevadm settle --timeout=30 2>&1 - - /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=/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: -- cgit v1.2.3