mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
Merge pull request #789 from flatcar/kai/locksmith-delay
app-admin/locksmith: Restore access to TTYs for reboot delay
This commit is contained in:
commit
1b58a92ed5
1
changelog/bugfixes/2023-05-04-locksmith-delay.md
Normal file
1
changelog/bugfixes/2023-05-04-locksmith-delay.md
Normal file
@ -0,0 +1 @@
|
||||
- Restored the reboot warning and delay for non-SSH console sessions ([locksmith#21](https://github.com/flatcar/locksmith/pull/21))
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user