Merge pull request #1683 from flatcar/tormath1/scaleway

oem: provide scaleway images
This commit is contained in:
Mathieu Tortuyaux 2024-03-11 09:34:05 +01:00 committed by GitHub
commit 009220ff54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 32 additions and 0 deletions

View File

@ -28,6 +28,7 @@ VALID_IMG_TYPES=(
rackspace
rackspace_onmetal
rackspace_vhd
scaleway
vagrant
vagrant_parallels
vagrant_virtualbox
@ -54,6 +55,7 @@ VALID_OEM_PACKAGES=(
qemu
rackspace
rackspace-onmetal
scaleway
vagrant
vagrant-key
vagrant-virtualbox
@ -304,6 +306,13 @@ IMG_packet_OEM_PACKAGE=common-oem-files
IMG_packet_OEM_SYSEXT=oem-packet
IMG_packet_OEM_USE=packet
## scaleway
IMG_scaleway_DISK_FORMAT=qcow2
IMG_scaleway_DISK_LAYOUT=vm
IMG_scaleway_OEM_PACKAGE=common-oem-files
IMG_scaleway_OEM_USE=scaleway
IMG_scaleway_OEM_SYSEXT=oem-scaleway
###########################################################
# Print the default vm type for the specified board

View File

@ -0,0 +1 @@
- Added Scaleway images ([flatcar/scripts#1683](https://github.com/flatcar/scripts/pull/1683))

View File

@ -17,6 +17,8 @@ ConditionKernelCommandLine=|coreos.oem.id=openstack
ConditionKernelCommandLine=|flatcar.oem.id=packet
ConditionKernelCommandLine=|coreos.oem.id=packet
ConditionKernelCommandLine=|flatcar.oem.id=scaleway
Description=Flatcar Metadata Agent
[Service]

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 Scaleway"
HOMEPAGE="https://www.scaleway.com"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""
OEM_NAME="Scaleway"