mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Merge pull request #423 from stresler/patch-1
Adding packet to the list of img and oem types.
This commit is contained in:
commit
93e5faebd1
@ -36,6 +36,7 @@ VALID_IMG_TYPES=(
|
|||||||
secure_demo
|
secure_demo
|
||||||
niftycloud
|
niftycloud
|
||||||
cloudsigma
|
cloudsigma
|
||||||
|
packet
|
||||||
)
|
)
|
||||||
|
|
||||||
#list of oem package names, minus the oem- prefix
|
#list of oem package names, minus the oem- prefix
|
||||||
@ -55,6 +56,7 @@ VALID_OEM_PACKAGES=(
|
|||||||
vmware
|
vmware
|
||||||
niftycloud
|
niftycloud
|
||||||
cloudsigma
|
cloudsigma
|
||||||
|
packet
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set at runtime to one of the above types
|
# 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_DISK_FORMAT=qcow2
|
||||||
IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma
|
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
|
# Validate and set the vm type to use for the rest of the functions
|
||||||
|
Loading…
Reference in New Issue
Block a user