mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
oem: provide hetzner images
This commit is contained in:
parent
0137a89052
commit
48c81bc978
@ -15,6 +15,7 @@ VALID_IMG_TYPES=(
|
|||||||
digitalocean
|
digitalocean
|
||||||
exoscale
|
exoscale
|
||||||
gce
|
gce
|
||||||
|
hetzner
|
||||||
hyperv
|
hyperv
|
||||||
hyperv_vhdx
|
hyperv_vhdx
|
||||||
iso
|
iso
|
||||||
@ -48,6 +49,7 @@ VALID_OEM_PACKAGES=(
|
|||||||
digitalocean
|
digitalocean
|
||||||
exoscale
|
exoscale
|
||||||
gce
|
gce
|
||||||
|
hetzner
|
||||||
hyperv
|
hyperv
|
||||||
openstack
|
openstack
|
||||||
packet
|
packet
|
||||||
@ -278,6 +280,12 @@ IMG_azure_OEM_USE=azure
|
|||||||
IMG_azure_OEM_PACKAGE=common-oem-files
|
IMG_azure_OEM_PACKAGE=common-oem-files
|
||||||
IMG_azure_OEM_SYSEXT=oem-azure
|
IMG_azure_OEM_SYSEXT=oem-azure
|
||||||
|
|
||||||
|
## hetzner
|
||||||
|
IMG_hetzner_DISK_LAYOUT=vm
|
||||||
|
IMG_hetzner_OEM_USE=hetzner
|
||||||
|
IMG_hetzner_OEM_PACKAGE=common-oem-files
|
||||||
|
IMG_hetzner_OEM_SYSEXT=oem-hetzner
|
||||||
|
|
||||||
## hyper-v
|
## hyper-v
|
||||||
IMG_hyperv_DISK_FORMAT=vhd
|
IMG_hyperv_DISK_FORMAT=vhd
|
||||||
IMG_hyperv_OEM_PACKAGE=oem-hyperv
|
IMG_hyperv_OEM_PACKAGE=oem-hyperv
|
||||||
|
@ -31,6 +31,7 @@ fi
|
|||||||
COMMON_OEMIDS=(
|
COMMON_OEMIDS=(
|
||||||
ami
|
ami
|
||||||
azure
|
azure
|
||||||
|
hetzner
|
||||||
openstack
|
openstack
|
||||||
packet
|
packet
|
||||||
qemu
|
qemu
|
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hetzner/metadata.xml
vendored
Normal file
4
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hetzner/metadata.xml
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
</pkgmetadata>
|
15
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hetzner/oem-hetzner-0.ebuild
vendored
Normal file
15
sdk_container/src/third_party/coreos-overlay/coreos-base/oem-hetzner/oem-hetzner-0.ebuild
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="OEM suite for Hetzner"
|
||||||
|
HOMEPAGE="https://hetzner.com"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
OEM_NAME="Hetzner"
|
Loading…
x
Reference in New Issue
Block a user