Merge pull request #1561 from flatcar-linux/kai/bootengine-cat-no-argument

sys-kernel/bootengine: Fixed dracut emergency log printing script error
This commit is contained in:
Kai Lüke 2022-01-12 16:18:59 +01:00 committed by GitHub
commit 35f91267f8
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