-
Hello everyone, I have been trying to see how the official Flatcar releases (stable channel is my main focus) are produced for AWS and Azure Are there some documents/scripts/CI pipelines publicly available that I could refer to in order to gather this information ? Many thanks in advance and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The customization is done through ebuild files that are installed to the OEM partition. |
Beta Was this translation helpful? Give feedback.
The customization is done through ebuild files that are installed to the OEM partition.
AWS: https://github.com/flatcar-linux/coreos-overlay/tree/main/coreos-base/oem-ec2-compat
Azure: https://github.com/flatcar-linux/coreos-overlay/tree/main/coreos-base/oem-azure
They contain of a grub.cfg, a base Ignition config, and the package dependencies to put additional software on the OEM partition.