blob: 77482d39b5ec94e9ceb31762e1ca8b826dc365e1 [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"
# Disable update_engine
USE="${USE} -update_engine"
# Disable crash_reporting
USE="${USE} -crash_reporting"
# Enable the azure specific settings
USE="${USE} platform_azure"
# Enable the default cos user
USE="${USE} default_cos_user"