mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
image build and composition scripts for Flatcar Container Linux
We rely on this setting to make iPXE booting work on EFI platforms. In iPXE we
use 2 initramfs': the kernel builtin one and a pxe specific one that contains
the contents of the usr partition. This appears to rely on the EFI stub, which
unpacks the second one based on the passed commandline parameter (initrd=).
This affects arm64 kernels after v5.11 because of this commit:
|
||
---|---|---|
sdk_container/src/third_party/coreos-overlay |