scripts
scripts copied to clipboard
image build and composition scripts for Flatcar Container Linux
# Add -nographic in `build_library/qemu_template.sh` Refer https://github.com/flatcar/Flatcar/issues/1687 ## Testing done - Use the flag to boot up flatcar linux image on a headless x86_64 system and it works fine. -...
This config enables the syscall tracepoints which are mainly used by different security and observability tools. Related to: https://github.com/flatcar/Flatcar/issues/1617
# Provide IONOS Cloud OEM images Implements: https://github.com/flatcar/Flatcar/issues/1570 This PR adds build instructions for IONOS Cloud images. We currently use temporary commit hashs for cloud-init and ignition support from flatcar/coreos-cloudinit#29,...
# Enable EFI_ZBOOT for arm64 Arm64 now supports booting a compressed kernel through EFI. This is hidden behind the EFI_ZBOOT Kconfig option. The EFI_ZBOOT is only enabled in the arm64...
In this PR, we propose to turn `vim` to a sysext image built without `minimal` compiling option. The sysext will be enabled by default to not break existing Vim usage....
# Fix GHA CI for PRs from external contributors GHA CI fails for PRs from external contributors because in devcontainer tests, `emerge-gitclone` can't fetch the right ref from the upstream...
Add initial support for RISC-V. See: https://github.com/flatcar/Flatcar/issues/1420 What works: * SDK build * Root filesystem build What does not work / to be done: * a PoC with a hardware...
This is in hope to either fix or pinpoint the cause of https://github.com/flatcar/Flatcar/issues/1493. - [ ] Changelog entries added in the respective `changelog/` directory (user-facing change, bug fix, security fix,...
Pulls in PRs: * https://github.com/flatcar/ue-rs/pull/95 * https://github.com/flatcar/ue-rs/pull/98 ## Testing done TBD - Changelog entries added in the respective `changelog/` directory (user-facing change, bug fix, security fix, update) (not needed) -...