Skip to content

Commit

Permalink
overlay coreos-base/oem-packet: migrate to sysext format
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Sep 29, 2023
1 parent 55bc3d8 commit e731a42
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 85 deletions.
4 changes: 3 additions & 1 deletion build_library/vm_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ IMG_cloudsigma_DISK_FORMAT=qcow2
IMG_cloudsigma_OEM_PACKAGE=oem-cloudsigma

## packet
IMG_packet_OEM_PACKAGE=oem-packet
IMG_packet_OEM_PACKAGE=common-oem-files
IMG_packet_OEM_SYSEXT=oem-packet
IMG_packet_OEM_USE=packet

###########################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ OEMIDS=(
azure
digitalocean
openstack
packet
qemu
vmware
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Flatcar GRUB settings

set oem_id="packet"
set linux_append="flatcar.autologin"

if [ "$grub_cpu" = i386 ] || [ "$grub_cpu" = x86_64 ]; then
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2020 Kinvolk GmbH. All rights reserved.
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Equinix Metal suite for Equinix Metal"
HOMEPAGE="https://www.equinix.com/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64"
IUSE=""

OEM_NAME="Equinix Metal"

0 comments on commit e731a42

Please sign in to comment.