Skip to content

Commit

Permalink
bootengine: use systemd 256 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Oct 24, 2024
1 parent da3b9a1 commit 5bac742
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="f3c80fb02fe65dd3be2b0bb4727fc10985acfa9d" # flatcar-master
EGIT_COMMIT="b2c5a92797a07a0f4545326a98740535b99376dc" # flatcar-master
EGIT_REF="ader1990/systemd-256-live-boot"
EGIT_BRANCH="ader1990/systemd-256-live-boot"
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 5bac742

Please sign in to comment.