From f835e1e0fddb6df764c40b570a890635507732f5 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Fri, 8 Aug 2014 15:09:20 -0700 Subject: [PATCH] digitalocean: Add image format for digitalocean --- build_library/vm_image_util.sh | 4 ++++ 1 file changed, 4 insertions(+) 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