mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 21:46: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user