mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
digitalocean: Add image format for digitalocean
This commit is contained in:
parent
d97f6e7332
commit
f835e1e0fd
@ -25,6 +25,7 @@ VALID_IMG_TYPES=(
|
|||||||
brightbox
|
brightbox
|
||||||
cloudstack
|
cloudstack
|
||||||
cloudstack_vhd
|
cloudstack_vhd
|
||||||
|
digitalocean
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set at runtime to one of the above types
|
# 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_DISK_FORMAT=vhd
|
||||||
IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
|
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
|
# Validate and set the vm type to use for the rest of the functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user