]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lvmmerge: depend on systemd
authorHarald Hoyer <harald@redhat.com>
Mon, 14 Aug 2017 07:45:31 +0000 (09:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 14 Aug 2017 07:47:22 +0000 (09:47 +0200)
Fixes https://github.com/dracutdevs/dracut/issues/267

modules.d/80lvmmerge/module-setup.sh

index dddb6ec1fc5265c698f465207afb85990f2bc2e4..89c93f31bf807d1127639bdc5010ce17d5d1956c 100755 (executable)
@@ -10,7 +10,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo lvm
+    echo lvm dracut-systemd systemd
     return 0
 }