Merge pull request #333 from marineam/oem

vm_image_util: use new azure and hyperv oem packages
This commit is contained in:
Michael Marineau 2014-09-22 17:42:57 -07:00
commit 782a7fd9ca

View File

@ -188,11 +188,12 @@ IMG_exoscale_OEM_PACKAGE=oem-exoscale
## azure
IMG_azure_BOOT_KERNEL=0
IMG_azure_DISK_FORMAT=vhd
IMG_azure_OEM_PACKAGE=python-oem
IMG_azure_OEM_PACKAGE=oem-azure
## hyper-v
IMG_hyperv_BOOT_KERNEL=0
IMG_hyperv_DISK_FORMAT=vhd
IMG_hyperv_OEM_PACKAGE=oem-hyperv
###########################################################