File tree 9 files changed +40
-7
lines changed
sdk_container/src/third_party/coreos-overlay
9 files changed +40
-7
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ VALID_IMG_TYPES=(
19
19
hetzner
20
20
hyperv
21
21
hyperv_vhdx
22
+ ionoscloud
22
23
iso
23
24
kubevirt
24
25
openstack
@@ -54,6 +55,7 @@ VALID_OEM_PACKAGES=(
54
55
gce
55
56
hetzner
56
57
hyperv
58
+ ionoscloud
57
59
kubevirt
58
60
openstack
59
61
packet
@@ -332,6 +334,14 @@ IMG_akamai_OEM_PACKAGE=common-oem-files
332
334
IMG_akamai_OEM_USE=akamai
333
335
IMG_akamai_OEM_SYSEXT=oem-akamai
334
336
337
+ # # ionoscloud
338
+ IMG_ionoscloud_OEM_USE=ionoscloud
339
+ IMG_ionoscloud_OEM_PACKAGE=common-oem-files
340
+ IMG_ionoscloud_OEM_SYSEXT=oem-ionoscloud
341
+ IMG_ionoscloud_DISK_LAYOUT=vm
342
+ IMG_ionoscloud_DISK_FORMAT=qcow2
343
+ IMG_ionoscloud_DISK_EXTENSION=qcow2
344
+
335
345
# ##########################################################
336
346
337
347
# Print the default vm type for the specified board
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ ConditionKernelCommandLine=|flatcar.oem.id=kubevirt
25
25
26
26
ConditionKernelCommandLine =|flatcar.oem.id =akamai
27
27
28
+ ConditionKernelCommandLine =|flatcar.oem.id =ionoscloud
29
+
28
30
Description =Flatcar Metadata Agent
29
31
30
32
[Service]
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ COMMON_OEMIDS=(
38
38
qemu
39
39
scaleway
40
40
kubevirt
41
+ ionoscloud
41
42
)
42
43
43
44
ARM64_ONLY_OEMIDS=(
Original file line number Diff line number Diff line change
1
+ set linux_append = "flatcar.autologin"
Original file line number Diff line number Diff line change 2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=7
5
- EGIT_REPO_URI=" https://github.com/flatcar/coreos -cloudinit.git"
5
+ EGIT_REPO_URI=" https://github.com/tuunit/flatcar -cloudinit.git"
6
6
COREOS_GO_PACKAGE=" github.com/flatcar/coreos-cloudinit"
7
7
COREOS_GO_GO111MODULE=" on"
8
8
inherit git-r3 systemd toolchain-funcs udev coreos-go
9
9
10
10
if [[ " ${PV} " == 9999 ]]; then
11
11
KEYWORDS=" ~amd64 ~arm64"
12
12
else
13
- EGIT_COMMIT=" f3aaab923de5075524780716635f25564b5e6934 " # flatcar-master
13
+ EGIT_COMMIT=" 57fac09cb2f4c13b89f6baec46569a3e66a3b29b " # feat/ionoscloud-support
14
14
KEYWORDS=" amd64 arm64"
15
15
fi
16
16
Original file line number Diff line number Diff line change 3
3
# Distributed under the terms of the GNU General Public License v2
4
4
5
5
EAPI=7
6
- EGIT_REPO_URI=" https://github.com/flatcar/ init.git"
6
+ EGIT_REPO_URI=" https://github.com/tuunit/flatcar- init.git"
7
7
8
8
if [[ " ${PV} " == 9999 ]]; then
9
9
KEYWORDS=" ~amd64 ~arm ~arm64 ~x86"
10
10
else
11
- EGIT_COMMIT=" 05b4b2aafbe706bdd65265c7a7103ed75fee14d2 " # flatcar-master
11
+ EGIT_COMMIT=" 768ad10d2f3aafb4b2d90ee548022872f426bc34 " # feat/ionoscloud-support
12
12
KEYWORDS=" amd64 arm arm64 x86"
13
13
fi
14
14
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
+ <pkgmetadata >
4
+ </pkgmetadata >
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ DESCRIPTION=" OEM suite for IONOS Cloud"
7
+ HOMEPAGE=" https://cloud.ionos.com"
8
+ SRC_URI=" "
9
+
10
+ LICENSE=" GPL-2"
11
+ SLOT=" 0"
12
+ KEYWORDS=" amd64 arm64"
13
+ IUSE=" "
14
+
15
+ OEM_NAME=" IONOS Cloud"
Original file line number Diff line number Diff line change 2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
4
EAPI=7
5
- EGIT_REPO_URI=" https://github.com/flatcar/ bootengine.git"
5
+ EGIT_REPO_URI=" https://github.com/tuunit/flatcar- bootengine.git"
6
6
7
7
if [[ " ${PV} " == 9999 ]]; then
8
8
KEYWORDS=" ~amd64 ~arm ~arm64 ~x86"
9
9
else
10
- EGIT_COMMIT=" f3c80fb02fe65dd3be2b0bb4727fc10985acfa9d " # flatcar-master
11
- KEYWORDS=" amd64 arm arm64 x86"
10
+ EGIT_COMMIT=" dc60e2fcc09e99082e2f1c8287a7526328217391 " # feat/ionoscloud-support
11
+ KEYWORDS=" amd64 arm arm64 x86"
12
12
fi
13
13
14
14
inherit git-r3
You can’t perform that action at this time.
0 commit comments