plymouth hide-splash on emergency shell

master
Harald Hoyer 2009-05-20 14:07:37 +02:00
parent a4aee9e573
commit 69f8af0267
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
#!/sbin/sh
[ -x /bin/plymouth ] && /bin/plymouth --hide-splash