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:
Kai Lueke 2022-07-13 14:24:42 +02:00
parent 520b9975d9
commit b9ee2d9c4f
2 changed files with 2 additions and 1 deletions

View 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))

View File

@ -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