Browse Source

fix(zipl): don't depend on grub2

There is no grub2 dracut module.
master
Harald Hoyer 3 years ago committed by Harald Hoyer
parent
commit
6b499ec14b
  1. 1
      modules.d/91zipl/module-setup.sh

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

@ -14,7 +14,6 @@ check() { @@ -14,7 +14,6 @@ check() {

# called by dracut
depends() {
echo grub2
return 0
}


Loading…
Cancel
Save