mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
exoscale builder
This commit is contained in:
parent
f88778adee
commit
ddccb5072b
@ -26,6 +26,7 @@ VALID_IMG_TYPES=(
|
|||||||
cloudstack
|
cloudstack
|
||||||
cloudstack_vhd
|
cloudstack_vhd
|
||||||
digitalocean
|
digitalocean
|
||||||
|
exoscale
|
||||||
)
|
)
|
||||||
|
|
||||||
# Set at runtime to one of the above types
|
# Set at runtime to one of the above types
|
||||||
@ -178,6 +179,10 @@ IMG_cloudstack_vhd_OEM_PACKAGE=oem-cloudstack
|
|||||||
## digitalocean
|
## digitalocean
|
||||||
IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
|
IMG_digitalocean_OEM_PACKAGE=oem-digitalocean
|
||||||
|
|
||||||
|
## exoscale
|
||||||
|
IMG_exoscale_BOOT_KERNEL=0
|
||||||
|
IMG_exoscale_DISK_FORMAT=qcow2
|
||||||
|
IMG_exoscale_OEM_PACKAGE=oem-exoscale
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
# 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