mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 01:46:58 +02:00
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:
parent
caf56d5b8b
commit
fe514f5b25
@ -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))
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user