Skip to content

Commit

Permalink
sys-kernel/bootengine: Port systemd generator usage
Browse files Browse the repository at this point in the history
This pulls in flatcar/bootengine#84
to prepare for a systemd update.
  • Loading branch information
pothos committed Jan 22, 2024
1 parent d1527bf commit 6c260ae
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="63f54970079d526551e1c28fe9527b12c0b977ed" # flatcar-master
CROS_WORKON_COMMIT="7be7baaf50332549d6e06187ec5a17de84624128" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

0 comments on commit 6c260ae

Please sign in to comment.