Merge pull request #61 from cmorty/pull/plymouth

Add plymouth-set-default-theme to the plymouth dependencies
master
Harald Hoyer 2015-04-30 11:28:49 +02:00
commit 79bc77d2f4
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