From: Moritz 'Morty' StrĂ¼be Date: Thu, 30 Apr 2015 09:15:07 +0000 (+0200) Subject: Add plymouth-set-default-theme to the plymouth dependencies X-Git-Tag: 042~33^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=874b0135739e69dba8e80b0cbb08be2507b3b167;p=thirdparty%2Fdracut.git Add plymouth-set-default-theme to the plymouth dependencies plymouth-set-default-theme is not shipped with ubuntu and therefore causes errors. --- diff --git a/modules.d/50plymouth/module-setup.sh b/modules.d/50plymouth/module-setup.sh index 89e71626a..27dafcac0 100755 --- a/modules.d/50plymouth/module-setup.sh +++ b/modules.d/50plymouth/module-setup.sh @@ -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