aboutsummaryrefslogtreecommitdiff
path: root/teams/cloud
diff options
from:
to:
context:
space:
mode:
authorGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2024-09-25 08:52:25 -0700
committerGravatar Jeremy Cline <jeremycline@linux.microsoft.com> 2024-09-25 08:52:25 -0700
commit5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c (patch)
tree26ed245eff2c43c958387d748032d03eaea29bd1 /teams/cloud
parent067338f7db3ca39a7ba5677c4d8fea33f827e758 (diff)
downloadkiwi-descriptions-5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c.tar.gz
kiwi-descriptions-5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c.zip
Azure: include azure-vm-utils package in the image
This package is intended to be the place for Azure utilities along with the various udev rules that currently live in the WALinuxAgent package. At the moment it just contains the `azure-nvme-id` binary and udev rules for providing symlinks in /dev/disk/azure/ for local, data, and OS disks.
Diffstat (limited to 'teams/cloud')
-rw-r--r--teams/cloud/cloud.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml
index 597975a..b38b508 100644
--- a/teams/cloud/cloud.xml
+++ b/teams/cloud/cloud.xml
@@ -210,6 +210,7 @@
</packages>
<packages type="image" patternType="plusRecommended" profiles="Cloud-Base-Azure">
<package name="WALinuxAgent"/>
+ <package name="azure-vm-utils"/>
<package name="kernel-modules"/>
<package name="hyperv-daemons"/>
</packages>