summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-09-03 12:14:35 +0200
committerJonathan Bauer2019-09-03 12:14:35 +0200
commit5d0161f720a9f12a2f4ad9a261d735277c6f26f4 (patch)
tree962e7dde1a7d2db82bf2cef044031deb2475ae29
parent[dnbd3-rootfs] add support for kernel-qcow2 (diff)
downloadsystemd-init-5d0161f720a9f12a2f4ad9a261d735277c6f26f4.tar.gz
systemd-init-5d0161f720a9f12a2f4ad9a261d735277c6f26f4.tar.xz
systemd-init-5d0161f720a9f12a2f4ad9a261d735277c6f26f4.zip
[slx-dmsetup] explicitely depends on slx-tools
-rwxr-xr-xbuilder/modules.d/slx-dmsetup/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/slx-dmsetup/module-setup.sh b/builder/modules.d/slx-dmsetup/module-setup.sh
index b96acb40..58c6e5cf 100755
--- a/builder/modules.d/slx-dmsetup/module-setup.sh
+++ b/builder/modules.d/slx-dmsetup/module-setup.sh
@@ -3,7 +3,7 @@ check() {
return 255
}
depends() {
- echo ""
+ echo "slx-tools"
}
install() {
inst "$moddir/scripts/dmsetup-slx-device" "/usr/local/bin/dmsetup-slx-device"