mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 10:31:37 +02:00
coreos-base/coreos-init: Ensure /etc/flatcar/update.conf exists
This pulls in https://github.com/flatcar-linux/init/pull/71 to create /etc/flatcar/update.conf if missing.
This commit is contained in:
parent
0c52e4f3fd
commit
96b90f616f
@ -0,0 +1 @@
|
|||||||
|
- Ensured `/etc/flatcar/update.conf` exists because it happens to be used as flag file for Ansible ([init#71](https://github.com/flatcar-linux/init/pull/71))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="40af7f1424c0a3de90306c5c9957c12722aa89dc" # flatcar-master
|
CROS_WORKON_COMMIT="33858a125b2a180254343839ed432e20a0cddaca" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user