overlay coreos-base/coreos-init: Enable veth and bridges on diskless boots

This commit is contained in:
Krzesimir Nowak 2024-08-19 13:37:51 +02:00
parent db07824f82
commit b5fbf1cb35
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
EGIT_COMMIT="52eebc03e02f399d91dad5a2a4fece70608a94df" # flatcar-master EGIT_COMMIT="05b4b2aafbe706bdd65265c7a7103ed75fee14d2" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi