Merge pull request #789 from flatcar/kai/locksmith-delay

app-admin/locksmith: Restore access to TTYs for reboot delay
This commit is contained in:
Kai Lüke 2023-05-10 11:43:23 +02:00 committed by GitHub
commit 1b58a92ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Restored the reboot warning and delay for non-SSH console sessions ([locksmith#21](https://github.com/flatcar/locksmith/pull/21))

View File

@ -11,7 +11,7 @@ inherit cros-workon systemd coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="c4cca93a15c7b7fd175e6687a83fc2725029a17a" # flatcar-master
CROS_WORKON_COMMIT="b5fb1347fa5c5be5ce3cb39c80e4d3ae599675d1" # flatcar-master
KEYWORDS="amd64 arm64"
fi