mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-26 18:11:45 +01:00
Merge pull request #1707 from flatcar/kai/pxe-compat
sys-kernel/bootengine: Restore support for custom PXE OEM contents
This commit is contained in:
commit
6c2c11db7d
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -7,7 +7,7 @@ on:
|
||||
description: |
|
||||
Space-separated vendor formats to build.
|
||||
required: true
|
||||
default: qemu_uefi
|
||||
default: qemu_uefi pxe
|
||||
custom_sdk_version:
|
||||
type: string
|
||||
required: false
|
||||
@ -21,7 +21,7 @@ on:
|
||||
description: |
|
||||
Space-separated vendor formats to build.
|
||||
required: true
|
||||
default: qemu_uefi
|
||||
default: qemu_uefi pxe
|
||||
custom_sdk_version:
|
||||
type: string
|
||||
required: false
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
arch="${{ matrix.arch }}"
|
||||
echo "arch=${arch}" >> $GITHUB_ENV
|
||||
|
||||
IMAGE_FORMATS="qemu_uefi"
|
||||
IMAGE_FORMATS="qemu_uefi pxe"
|
||||
[ -z "${{ inputs.image_formats }}" ] || IMAGE_FORMATS="${{ inputs.image_formats }}"
|
||||
echo "IMAGE_FORMATS=${IMAGE_FORMATS}" >> $GITHUB_ENV
|
||||
|
||||
@ -309,6 +309,8 @@ jobs:
|
||||
scripts/artifacts/images/flatcar_production_*_efi_*.fd
|
||||
scripts/artifacts/images/*.txt
|
||||
scripts/artifacts/images/flatcar_production_*.sh
|
||||
scripts/artifacts/images/flatcar_production_pxe_image.cpio.gz
|
||||
scripts/artifacts/images/flatcar_production_pxe.vmlinuz
|
||||
|
||||
test:
|
||||
needs: packages
|
||||
|
||||
@ -77,4 +77,4 @@ jobs:
|
||||
uses: ./.github/workflows/ci.yaml
|
||||
with:
|
||||
custom_sdk_version: ${{ needs.update_sdk.outputs.sdk_version }}
|
||||
image_formats: qemu_uefi
|
||||
image_formats: qemu_uefi pxe
|
||||
|
||||
2
.github/workflows/pr-workflows.yaml
vendored
2
.github/workflows/pr-workflows.yaml
vendored
@ -46,4 +46,4 @@ jobs:
|
||||
uses: ./.github/workflows/ci.yaml
|
||||
with:
|
||||
custom_sdk_version: ${{ needs.update_sdk.outputs.sdk_version }}
|
||||
image_formats: qemu_uefi
|
||||
image_formats: qemu_uefi pxe
|
||||
|
||||
1
changelog/bugfixes/2024-02-27-pxe-oem-initrd.md
Normal file
1
changelog/bugfixes/2024-02-27-pxe-oem-initrd.md
Normal file
@ -0,0 +1 @@
|
||||
- Restored support for custom OEMs supplied in the PXE boot where `/usr/share/oem` brings the OEM partition contents ([Flatcar#1376](https://github.com/flatcar/Flatcar/issues/1376))
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="a85e1977b29dbe8315733dbe1b1ab3ab84d039a2" # flatcar-master
|
||||
CROS_WORKON_COMMIT="0bade95d3b33b75b6c827d2db2f9298aff0ca05f" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user