summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-11-17 11:16:34 +0100
committerJonathan Bauer2020-11-17 11:16:34 +0100
commitaa6eaaf98486c62f149fa88658918f16d260a130 (patch)
tree2202042e1f8bf9dad174b679d85586d02a801b44
parent[dnbd3-rootfs] move to refactor branch (diff)
downloadsystemd-init-aa6eaaf98486c62f149fa88658918f16d260a130.tar.gz
systemd-init-aa6eaaf98486c62f149fa88658918f16d260a130.tar.xz
systemd-init-aa6eaaf98486c62f149fa88658918f16d260a130.zip
[dnbd3-rootfs] remove deprecated code
-rw-r--r--modules.d/dnbd3-rootfs/helper/build.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules.d/dnbd3-rootfs/helper/build.inc b/modules.d/dnbd3-rootfs/helper/build.inc
index 9fe05cbf..8abdb8e2 100644
--- a/modules.d/dnbd3-rootfs/helper/build.inc
+++ b/modules.d/dnbd3-rootfs/helper/build.inc
@@ -54,13 +54,6 @@ build_initialize_components() {
return 1
fi
fi
- if [ ! -f "${_deps_base_dir}/kernel-qcow2-util-linux/losetup" ]; then
- echo "Could not find losetup with qcow2 support, building it..."
- if ! build_compile_xlosetup "${_deps_base_dir}/kernel-qcow2-util-linux"; then
- echo "Failed to build losetup with qcow support."
- return 1
- fi
- fi
fi
# always compile this helper since it does not cost much to do so