blob: b0b0679fa704d1fc5e9b6c13c544a174c5514ad7 [file] [log] [blame]
USE=""
# Enable hyperv virtualization support
USE="${USE} hyperv_guest"
# Enable NTFS, which is used by cloud-init on Azure
USE="${USE} ntfs_fs"
# Enable CDROM, which is used by cloud-init on Azure
USE="${USE} cdrom"
# Enable the Mellanox ethernet settings for acceleration
USE="${USE} mellanox_eth"
# Enable the azure specific settings
USE="${USE} platform_azure"
# Enable the default cos user
USE="${USE} default_cos_user"