coreos-base/coreos-init: Add preview/backup/restore to flatcar-reset

This pulls in https://github.com/flatcar/init/pull/94
to prevent data loss by having a preview mode and a backup/restore
option.
This commit is contained in:
Kai Lueke 2023-04-05 00:12:30 +09:00
parent 5ded4cc88e
commit 02ed377807
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Improved the OS reset tool to offer preview, backup and restore ([init#94](https://github.com/flatcar/init/pull/94))

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="fbb1ec8e9d95598d65e4eac408dbc5f75b9b6138" # flatcar-master
CROS_WORKON_COMMIT="17224c8d6f71b17676bbcf34919072fb67a6bf4c" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi