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.
This commit is contained in:
Jeremy Cline
2024-09-25 08:52:25 -07:00
parent 067338f7db
commit 5fe8b10e98
+1
View File
@@ -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>