On Mon, Mar 25, 2024 at 10:11:34AM +0800, Gary Lin via Grub-devel wrote:
> _split_longopt() was the bash-completion private API and removed since
> bash-completion 2.12. This commit initializes the bash-completion
> general variables with _init_completion() to avoid the potential
> 'command not fou
On Fri, Mar 15, 2024 at 10:59:04PM +0300, Vladimir 'phcoder' Serbinenko wrote:
> This is useful to check zfs-bootfs command.
>
> Signed-off-by: Vladimir Serbinenko
Reviewed-by: Daniel Kiper
Daniel
___
Grub-devel mailing list
Grub-devel@gnu.org
https:
On Wed, Apr 03, 2024 at 04:59:57PM -0500, Glenn Washburn wrote:
> On Fri, 15 Mar 2024 22:45:53 +0300
> "Vladimir 'phcoder' Serbinenko" wrote:
>
> > With some coreboot configs setting a byte to a magic value
> > changes behaviour on next boot. Setting bit-by-bit is
> > possible but not convenient.
Hi Gleen, Daniel,
On 2024/4/5 04:56, Daniel Kiper wrote:
On Wed, Mar 06, 2024 at 10:18:21AM +0800, Gao Xiang wrote:
On 2024/3/4 01:15, Yifan Zhao wrote:
EROFS [1] is a lightweight read-only filesystem designed for performance
which has already been shipped in most Linux distributions as well a
On Fri, Mar 15, 2024 at 10:35:07PM +0300, Vladimir 'phcoder' Serbinenko wrote:
> CMOS actually exists on most EFI platforms and in some cases used to
> store useful data that makes it useful for GRUB to read/write it
>
> As for datetime keep using EFI API and not CMOS
>
> Signed-off-by: Vladimir Se
On Fri, Mar 15, 2024 at 10:02:07PM +0300, Vladimir 'phcoder' Serbinenko wrote:
> No alignment is guaranteed and in fact on my ia64 sapic is aligned
> to 4 bytes instead of 8 and causes a trap. It affects only rarely used
> lsacpi command and so went unnoticed.
>
> Signed-off-by: Vladimir Serbinenko