Skip to content

Commit 8b6f5ae

Browse files
committed
OEM: Provide Proxmox images
This uses coreos/afterburn#1023 to provide Proxmox images. TODO: Add Ignition PR.
1 parent 6ebffa7 commit 8b6f5ae

File tree

13 files changed

+789
-2
lines changed

13 files changed

+789
-2
lines changed

build_library/vm_image_util.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ VALID_IMG_TYPES=(
2121
openstack_mini
2222
packet
2323
parallels
24+
proxmoxve
2425
pxe
2526
qemu
2627
qemu_uefi
@@ -52,6 +53,7 @@ VALID_OEM_PACKAGES=(
5253
hyperv
5354
openstack
5455
packet
56+
proxmoxve
5557
qemu
5658
rackspace
5759
rackspace-onmetal
@@ -306,6 +308,13 @@ IMG_packet_OEM_PACKAGE=common-oem-files
306308
IMG_packet_OEM_SYSEXT=oem-packet
307309
IMG_packet_OEM_USE=packet
308310

311+
## proxmoxve
312+
IMG_proxmoxve_DISK_FORMAT=qcow2
313+
IMG_proxmoxve_DISK_LAYOUT=vm
314+
IMG_proxmoxve_OEM_PACKAGE=common-oem-files
315+
IMG_proxmoxve_OEM_USE=proxmoxve
316+
IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
317+
309318
## scaleway
310319
IMG_scaleway_DISK_FORMAT=qcow2
311320
IMG_scaleway_DISK_LAYOUT=vm
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added Proxmox Virtual Environment images ([scripts#]())

sdk_container/src/third_party/coreos-overlay/coreos-base/afterburn/afterburn-9999.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ PATCHES=(
322322
"${FILESDIR}"/0001-Revert-remove-cl-legacy-feature.patch
323323
"${FILESDIR}"/0002-util-cmdline-Handle-the-cmdline-flags-as-list-of-sup.patch
324324
"${FILESDIR}"/0003-cargo-reduce-binary-size-for-release-profile.patch
325+
"${FILESDIR}"/0004-providers-support-for-proxmoxve.patch
325326
)
326327

327328
src_unpack() {

0 commit comments

Comments
 (0)