fix(lvmmerge): depend on bash

master
Harald Hoyer 2021-03-31 09:01:58 +02:00 committed by Harald Hoyer
parent 5b965f6308
commit fd4b04da66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ check() {

# called by dracut
depends() {
echo lvm dracut-systemd systemd
echo lvm dracut-systemd systemd bash
return 0
}