lvmmerge: depend on systemd

Fixes https://github.com/dracutdevs/dracut/issues/267
master
Harald Hoyer 2017-08-14 09:45:31 +02:00
parent 0344c2be13
commit 00f3525a30
1 changed files with 1 additions and 1 deletions

View File

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

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