Add plymouth-set-default-theme to the plymouth dependencies

plymouth-set-default-theme is not shipped with ubuntu and therefore
causes errors.
master
Moritz 'Morty' Strübe 2015-04-30 11:15:07 +02:00
parent ffa0ee5d16
commit 874b013573
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# called by dracut
check() {
[[ "$mount_needs" ]] && return 1
require_binaries plymouthd plymouth
require_binaries plymouthd plymouth plymouth-set-default-theme
}

# called by dracut