mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
This change uses portage-stable and coreos-overlay from the local SDK chroot (from /var/lib/gentoo/repos) in the stage 1 SDK bootstrap build. This is part 2 of the SDK bootstrap stage 1 fix (part 1 is covered in 64d8a73ac09853a4b9b813b53299d37569c35071), which ensures stage 1 does not introduce any changes in its ebuilds over the seed SDK. The change also introduces an option to consciously divert from the above enforcement by use of command line parameters: --stage1_overlay_ref <gitref> will check out coreos-overlay and use <gitref> for stage 1 instead of the local SDK's /var/lib/gentoo/repos/coreos-overlay --stage1_portage_ref <gitref> will check out portage-stable and use <gitref> for stage 1 instead of the local SDK's /var/lib/gentoo/repos/gentoo Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
Flatcar Container Linux SDK scripts
Welcome to the scripts repo, your starting place for most things here in the Flatcar Container Linux SDK. To get started you can find our documentation on the Flatcar docs website.
Description
Languages
Shell
93.1%
Python
6.9%