Re: bash completions in GRUB

2019-01-10 Thread Colin Watson
On Thu, Jan 10, 2019 at 11:37:48AM -0600, Bruce Dubbs wrote: > It appears that GRUB is not consistent with other applications when > installing the bash completions script. I suggest the following patch: I don't think this is really right. /usr/share/bash-completion/completions has a somewhat dif

bash completions in GRUB

2019-01-10 Thread Bruce Dubbs
It appears that GRUB is not consistent with other applications when installing the bash completions script. I suggest the following patch: diff --git a/util/bash-completion.d/Makefile.am b/util/bash-completion.d/Makefile.am index 136287cf1..a15bef9c9 100644 --- a/util/bash-completion.d/Makefi

Re: Discuss support for the linux kernel's EFI Handover Protocol on x86 and ARM

2019-01-10 Thread Alexander Graf
> Am 10.01.2019 um 09:12 schrieb Michael Chang : > > Hi, > > With the advent of new verifier framework and shim lock protocol support > to the grub's community, we are driving to the world of UEFI Secure > Boot, well, almost .. > > There is a missing piece in the puzzle remaining, that is boot

Discuss support for the linux kernel's EFI Handover Protocol on x86 and ARM

2019-01-10 Thread Michael Chang
Hi, With the advent of new verifier framework and shim lock protocol support to the grub's community, we are driving to the world of UEFI Secure Boot, well, almost .. There is a missing piece in the puzzle remaining, that is booting linux kernel via it's own EFI Handover Protocol's entry. Strictl