mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
sys-kernel/bootengine: Fix ignition kargs support by creating grub.cfg
This pulls in https://github.com/flatcar-linux/bootengine/pull/47 which creates the grub.cfg file if it does not exist when the Ignition kargs directive is used, preventing an error when it tried to read the current settings from it.
This commit is contained in:
parent
520b9975d9
commit
b9ee2d9c4f
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-13-ignition-kargs.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-07-13-ignition-kargs.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- The Ignition v3 kargs directive failed before when used with the generic image where no `grub.cfg` exists, this was fixed by creating it first ([bootengine#47](https://github.com/flatcar-linux/bootengine/pull/47))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="39caefd1da35d3600120b44ea5ee23ed22129b46" # flatcar-master
|
||||
CROS_WORKON_COMMIT="95bb406972f1846945e8e355ab98cafa570f273f" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user