]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add plymouth-set-default-theme to the plymouth dependencies 61/head
authorMoritz 'Morty' Strübe <morty@gmx.net>
Thu, 30 Apr 2015 09:15:07 +0000 (11:15 +0200)
committerMoritz 'Morty' Strübe <morty@gmx.net>
Thu, 30 Apr 2015 09:20:27 +0000 (11:20 +0200)
plymouth-set-default-theme is not shipped with ubuntu and therefore
causes errors.

modules.d/50plymouth/module-setup.sh

index 89e71626a15dcf8dd8efe09ff78bc9a1053e7118..27dafcac0e6363bc1eddc2dbc81770abecee98c1 100755 (executable)
@@ -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