Conditionally add instructions for enabling paging to the prompt of
interactive shells. This is not an ideal solution, as ineractive users
must always run a command in order to get the behavior they want, but it
avoids problematic interactions between prompting and sourcing files.
Signed-off-by:
This patch replaces the earlier "Enable pager by default" from Peter and
Javier with the solution requested by Vladimir.
Be well,
--Robbie
Robbie Harwood (1):
normal: Add paging instructions to interactive prompt
grub-core/normal/main.c | 4 +++-
grub-core/normal/term.c | 6 ++
include/gr
Address Daniel's and James's feedback on previous version by adding an
environment variable to restore the TPM hard failure behavior. Interdiff
attached.
Be well,
--Robbie
Robbie Harwood (1):
tpm: Don't propagate measurement failures to the verifiers layer
docs/grub.texi | 9 +
Currently if an EFI firmware fails to do a TPM measurement for a file,
the error will be propagated to the verifiers framework which will
prevent it to be opened. This mean that buggy firmwares will lead to
the system not booting because files won't be allowed to be loaded. But
a failure to do a T