mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
flatcar-install: added option to create uefi boot entry
This commit is contained in:
parent
8202ed8bc9
commit
b228dbcc31
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-06-12-uefibootentry.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/changes/2022-06-12-uefibootentry.md
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
- flatcar-install: Added option to create UEFI boot entry ([init#74](https://github.com/flatcar-linux/init/pull/74))
|
@ -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="33858a125b2a180254343839ed432e20a0cddaca" # flatcar-master
|
CROS_WORKON_COMMIT="7497ac210fcb85d7670b86e21726ffe1b23549a0" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user