[PATCH] grub-core: Pass -P to zpool status

2022-11-07 Thread Arsen Arsenović via Grub-devel
zpool status by default prints basenames of VDEVs, which means that GRUB would have to go around guessing to see whether a VDEV exists. Instead, it'd be more robust to simply tell zpool to give us full paths to VDEVs via -P. --- Hey there, While setting up a new GNU+Linux install on a ZFS root, u

Re: [PATCH] grub-core: Pass -P to zpool status

2022-11-08 Thread Arsen Arsenović via Grub-devel
Daniel Kiper writes: > Missing "Signed-off-by: Arsen Arsenović " line. > I can add it on your behalf if you are OK with it. Ah, apologies, I didn't know GRUB collects signoffs. I'll keep that in mind for the future, and yes, go ahead and add it. Thanks, and have a great evening! :) -- Arsen

Re: Form feed in source code

2023-10-12 Thread Arsen Arsenović via Grub-devel
Hi Alex, Alejandro Colomar writes: > I've just downloaded to git repository, and found that there are form > feeds ('\f') all around the code. Are these on purpose, or are they > accidental? Would you want a patch for removing them? See the tail paragraph of https://www.gnu.org/prep/standards

Re: [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus.

2024-09-30 Thread Arsen Arsenović via Grub-devel
Leo Sandoval writes: > From: Peter Jones > > [rharwood: say it even less] > --- > grub-core/normal/main.c | 2 +- > tests/util/grub-shell-tester.in | 2 +- > tests/util/grub-shell.in| 2 +- > util/grub.d/10_linux.in | 4 ++-- > util/grub.d/20_linux_xen.in | 4 ++-- >