plymouth hide-splash on emergency shell
parent
a4aee9e573
commit
69f8af0267
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
echo "installing plymouth"
|
||||
. "$moddir"/plymouth-populate-initrd
|
||||
inst_hook pre-udev 10 "$moddir"/plymouth-start.sh
|
||||
inst_hook pre-pivot 90 "$moddir"/plymouth-newroot.sh
|
||||
inst_hook emergency 50 "$moddir"/plymouth-emergency.sh
|
||||
inst_rules "$moddir/63-luks.rules"
|
||||
inst "$moddir"/cryptroot-ask.sh /lib/udev/cryptroot-ask
|
||||
inst cryptsetup
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/sbin/sh
|
||||
[ -x /bin/plymouth ] && /bin/plymouth --hide-splash
|
Loading…
Reference in New Issue