mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
coreos-base/coreos-init: Skip first boot helper if Ignition did not run
This pulls in https://github.com/flatcar/init/pull/87 to give a nicer skip message in the log and also make clear that this is not a bug.
This commit is contained in:
parent
b9305f6622
commit
6596b68177
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="f82fb0b53b73f8f5a68216582906ce9308fb8e1c" # flatcar-master
|
||||
CROS_WORKON_COMMIT="11d9562a42276bdd7887faa43af04c9af1d2b2a8" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user