archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / plymouth / trunk / plymouth.initcpio_hook
blobbdb9b6e7d62681c77793413df6c52dfabb6b3918
1 #!/usr/bin/ash
3 run_hook() {
4 mkdir -m755 -p /dev/pts
5 mount -t devpts devpts /dev/pts -o nosuid,noexec,gid=5,mode=620
6 plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
7 plymouth show-splash
10 run_latehook(){
11 plymouth update-root-fs --new-root-dir=/new_root
14 run_emergencyhook(){
15 plymouth --wait quit