scripts icon indicating copy to clipboard operation
scripts copied to clipboard

image build and composition scripts for Flatcar Container Linux

Results 43 scripts issues
Sort by recently updated
recently updated
newest added

# Shrink /boot Remove grub modules from disk that are assembled into the grub executable. Remove grub executables that are copies that are not used in the boot path. This...

This uses https://github.com/coreos/afterburn/pull/1023 and https://github.com/coreos/ignition/pull/1790 to provide Proxmox images. This pulls in https://github.com/flatcar/bootengine/pull/91 and https://github.com/flatcar/init/pull/115 to run afterburn for hostname, network, SSH key, and metadata attribute setup. The afterburn support...

In this PR we add support for Akamai images: * Build oem-scaleway with nothing inside * Provide `raw` Akamai images * https://github.com/flatcar/init/pull/117 :warning: This is currently experimental and only for...

TBD ## How to use ```yaml --- variant: flatcar version: 1.1.0 storage: files: - path: /etc/flatcar/enabled-sysext.conf contents: inline: | incus - path: /etc/userdb/core:incus-admin.membership contents: inline: "\n" - path: /etc/subuid append:...

With the recent systemd upgrade we do not need to reload the systemd daemon anymore. This pulls: - https://github.com/flatcar/init/pull/96 --- - [ ] CI: http://jenkins.infra.kinvolk.io:8080/job/container/job/packages_all_arches/3877/cldsv/ - [ ] Changelog entries...

main

# switch xen to PVH mode zstd compressed kernels in Xen are only supported when the host provides the kernel or using grub-xen-pvh. The previous configuration using pvgrub(2) didn't work...