sys-kernel/bootengine: Fixed dracut emergency log printing script error

This pulls in
https://github.com/flatcar-linux/bootengine/pull/33
to fix the cat command invocation.
This commit is contained in:
Kai Lueke 2022-01-12 16:03:35 +01:00
parent caf56d5b8b
commit fe514f5b25
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed the dracut emergency Ignition log printing that had a scripting error causing the cat command to fail ([PR#33](https://github.com/flatcar-linux/bootengine/pull/33))

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="85bcedb9154c07824800c8bc151b8b830ae6f6ec" # flatcar-master
CROS_WORKON_COMMIT="18384ea43e3d63f020de6108e0605d6d01ffdf8d" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi