Skip to content

Commit 2719718

Browse files
authored
DLPX-72409 Management stack fails on first boot on Azure (#251)
1 parent 75fc688 commit 2719718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ DEPENDS += pam-challenge-response, \
9797

9898
# Platform-specific dependencies
9999
DEPENDS.aws = nvme-cli,
100-
DEPENDS.azure = walinuxagent, linux-cloud-tools-azure,
100+
DEPENDS.azure = walinuxagent,
101101
DEPENDS.esx = open-vm-tools,
102102
DEPENDS.gcp = gce-compute-image-packages, python-google-compute-engine, \
103103
python3-google-compute-engine,
104-
DEPENDS.hyperv = linux-cloud-tools-azure,
104+
DEPENDS.hyperv =
105105
DEPENDS.kvm =
106106
DEPENDS.oci =
107107
DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))

0 commit comments

Comments
 (0)