oem: provide hetzner images

This commit is contained in:
Julian Tölle 2024-04-06 19:09:43 +02:00
parent 0137a89052
commit 48c81bc978
4 changed files with 28 additions and 0 deletions

View File

@ -15,6 +15,7 @@ VALID_IMG_TYPES=(
digitalocean
exoscale
gce
hetzner
hyperv
hyperv_vhdx
iso
@ -48,6 +49,7 @@ VALID_OEM_PACKAGES=(
digitalocean
exoscale
gce
hetzner
hyperv
openstack
packet
@ -278,6 +280,12 @@ IMG_azure_OEM_USE=azure
IMG_azure_OEM_PACKAGE=common-oem-files
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
IMG_hyperv_DISK_FORMAT=vhd
IMG_hyperv_OEM_PACKAGE=oem-hyperv

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
</pkgmetadata>

View 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"