diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index d343bd87ce..5d930f45c1 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -25,6 +25,7 @@ VALID_IMG_TYPES=( brightbox cloudstack cloudstack_vhd + digitalocean ) # Set at runtime to one of the above types @@ -174,6 +175,9 @@ IMG_cloudstack_vhd_BOOT_KERNEL=0 IMG_cloudstack_vhd_DISK_FORMAT=vhd IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack +## digitalocean +IMG_digitalocean_OEM_PACKAGE=oem-digitalocean + ########################################################### # Validate and set the vm type to use for the rest of the functions