mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-31 00:24:17 +00:00
functions: guide user torward resetting TPM more directly if counter_increment fails.
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
644a59ab60
commit
19c5d16e40
@ -272,7 +272,7 @@ increment_tpm_counter() {
|
||||
TRACE "Under /etc/functions:increment_tpm_counter"
|
||||
tpmr counter_increment -ix "$1" -pwdc '' |
|
||||
tee /tmp/counter-$1 ||
|
||||
die "TPM counter increment failed for rollback prevention. Please reflash firmware and choose TPM Reset reset option"
|
||||
die "TPM counter increment failed for rollback prevention. Please reset the TPM"
|
||||
}
|
||||
|
||||
check_config() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user