plymouth: add plymouth-wait-quit.service to initrd

master
Harald Hoyer 2012-07-09 20:49:24 +02:00
parent 792b189317
commit 0028ffac74
1 changed files with 4 additions and 0 deletions

View File

@ -76,5 +76,9 @@ install() {
inst_hook pre-trigger 10 "$moddir"/plymouth-pretrigger.sh
inst_hook emergency 50 "$moddir"/plymouth-emergency.sh
dracut_install readlink

if [[ -x $systemdutildir/systemd ]]; then
dracut_install -o $systemdsystemunitdir/plymouth-quit-wait.service
fi
}