From 4fa4eb81a0b3e0c13c07d6405b9495083866d079 Mon Sep 17 00:00:00 2001 From: Pavel Zakharov Date: Tue, 27 Oct 2020 12:09:01 -0400 Subject: [PATCH] DLPX-72409 Management stack fails on first boot on Azure --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index d4dde3060..2fedde2a1 100755 --- a/debian/rules +++ b/debian/rules @@ -97,11 +97,11 @@ DEPENDS += pam-challenge-response, \ # Platform-specific dependencies DEPENDS.aws = nvme-cli, -DEPENDS.azure = walinuxagent, linux-cloud-tools-azure, +DEPENDS.azure = walinuxagent, DEPENDS.esx = open-vm-tools, DEPENDS.gcp = gce-compute-image-packages, python-google-compute-engine, \ python3-google-compute-engine, -DEPENDS.hyperv = linux-cloud-tools-azure, +DEPENDS.hyperv = DEPENDS.kvm = DEPENDS.oci = DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))