From 01176c2d969e2d72f184629164c7bf809c72a51f Mon Sep 17 00:00:00 2001 From: Sam Tresler Date: Mon, 29 Jun 2015 16:52:36 -0400 Subject: [PATCH] adding packet to the available OEMs --- build_library/vm_image_util.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index a3b94503f3..4ef88e1b90 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -36,6 +36,7 @@ VALID_IMG_TYPES=( secure_demo niftycloud cloudsigma + packet ) #list of oem package names, minus the oem- prefix @@ -55,6 +56,7 @@ VALID_OEM_PACKAGES=( vmware niftycloud cloudsigma + packet ) # Set at runtime to one of the above types @@ -253,6 +255,9 @@ IMG_niftycloud_OEM_PACKAGE=oem-niftycloud IMG_cloudsigma_DISK_FORMAT=qcow2 IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma +## packet +IMG_packet_OEM_PACKAGE=oem-packet + ########################################################### # Validate and set the vm type to use for the rest of the functions