Skip to content

Commit 7ce103a

Browse files
committed
DLPX-72409 Management stack fails on first boot on Azure (delphix#251)
1 parent 2989605 commit 7ce103a

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
@@ -100,11 +100,11 @@ DEPENDS += pam-challenge-response, \
100100

101101
# Platform-specific dependencies
102102
DEPENDS.aws = nvme-cli,
103-
DEPENDS.azure = walinuxagent, linux-cloud-tools-azure,
103+
DEPENDS.azure = walinuxagent,
104104
DEPENDS.esx = open-vm-tools,
105105
DEPENDS.gcp = gce-compute-image-packages, python-google-compute-engine, \
106106
python3-google-compute-engine,
107-
DEPENDS.hyperv = linux-cloud-tools-azure,
107+
DEPENDS.hyperv =
108108
DEPENDS.kvm =
109109
DEPENDS.oci =
110110
DEPENDS += $(DEPENDS.$(TARGET_PLATFORM))

0 commit comments

Comments
 (0)