]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(zipl): don't depend on grub2
authorHarald Hoyer <harald@redhat.com>
Wed, 31 Mar 2021 07:21:49 +0000 (09:21 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 31 Mar 2021 09:31:30 +0000 (11:31 +0200)
There is no grub2 dracut module.

modules.d/91zipl/module-setup.sh

index 59b8d53122544d83da3bf6d46066dce86694b72b..8b3c5d2d78542dade212faf999a2d509d145db94 100755 (executable)
@@ -14,7 +14,6 @@ check() {
 
 # called by dracut
 depends() {
-    echo grub2
     return 0
 }