sys-kernel/bootengine: Remove Torcx step

This pulls in
https://github.com/flatcar/bootengine/pull/77 to not try to run Torcx
when /etc/torcx/next-profile exists.
This commit is contained in:
Kai Lueke 2023-11-06 18:06:08 +01:00
parent b82cc59afd
commit f3e5ad9058
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="102a4cddcac56174c8533abb53f0a42562433014" # flatcar-master
CROS_WORKON_COMMIT="10cea163fa12a5686e367041bc9254b30461f261" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi