mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
sys-kernel/bootengine: Pull in fix for error path and warnings
This pulls in https://github.com/flatcar/bootengine/pull/106 to fix bugs in sysusr-usr.mount and initrd-setup-root-after-ignition.service Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
2968f1279a
commit
c820c362ac
@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
EGIT_COMMIT="9062833e9a93602e0e8469070ece4480dae41699" # flatcar-master
|
EGIT_COMMIT="1eb892c1970a158247b3709f81d03b44de7d806e" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user