Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build_library/oem/oraclecloud/grub.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Flatcar GRUB settings

set oem_id="oraclecloud"
6 changes: 6 additions & 0 deletions build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ VALID_IMG_TYPES=(
kubevirt
openstack
openstack_mini
oraclecloud
parallels
proxmoxve
pxe
Expand Down Expand Up @@ -155,6 +156,11 @@ IMG_openstack_OEM_SYSEXT=openstack
IMG_openstack_mini_DISK_FORMAT=qcow2
IMG_openstack_mini_OEM_SYSEXT=openstack

## Oracle Cloud
IMG_oraclecloud_DISK_FORMAT=qcow2
IMG_oraclecloud_DISK_LAYOUT=vm
IMG_oraclecloud_OEM_SYSEXT=oraclecloud

## pxe, which is an cpio image
IMG_pxe_DISK_FORMAT=cpio
IMG_pxe_PARTITIONED_IMG=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ConditionKernelCommandLine=|coreos.oem.id=gce
ConditionKernelCommandLine=|flatcar.oem.id=openstack
ConditionKernelCommandLine=|coreos.oem.id=openstack

ConditionKernelCommandLine=|flatcar.oem.id=oraclecloud

ConditionKernelCommandLine=|flatcar.oem.id=scaleway

ConditionKernelCommandLine=|flatcar.oem.id=hetzner
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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 Oracle Cloud"
HOMEPAGE="https://cloud.oracle.com/"

LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 arm64"

SYSEXT_NAME="Oracle Cloud"