sys-kernel/bootengine: Stop using deprecated actions in veritysetup

The "create" action became "open", and "remove" became "close". Also
reorder the parameters accordingly (it's a bit different for "open" vs
"create"). Also put the options before specifying the action.

Pulls in https://github.com/flatcar-linux/bootengine/pull/31.
This commit is contained in:
Krzesimir Nowak 2021-11-03 19:31:20 +01:00
parent 5c1af6f015
commit 827385b8bc
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="589e6bec78718a25eaccc46f25d2c59763b91327" # flatcar-master
CROS_WORKON_COMMIT="51c3dfa461ec24c51568ee10f03c4d415004124f" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi