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 ffdff00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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="dd8c70b2e3611d77368b4aea59c03ac1976f5aee" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit ffdff00

Please sign in to comment.