fix(dasd_rules): add bash dependency

master
Harald Hoyer 2021-03-30 16:48:57 +02:00 committed by Jóhann B. Guðmundsson
parent 23d303f8a0
commit cd8db54a3d
1 changed files with 1 additions and 1 deletions

View File

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

# called by dracut
depends() {
echo 'dasd_mod'
echo 'dasd_mod' bash
return 0
}