Re: [PATCH 4/4] Update grub editenv to support modifying envblk

2020-03-03 Thread Daniel Kiper
On Tue, Feb 25, 2020 at 11:26:47AM -0800, Paul Dagnelie wrote: > This patch adds the capability for the editenv utility to modify the > envblk, and adds ZFS-specific handlers that will be built if GRUB is > built with libzfs support. It also adds logic that editenv uses to > detect GRUB's (root)

[PATCH 4/4] Update grub editenv to support modifying envblk

2020-02-25 Thread Paul Dagnelie
This patch adds the capability for the editenv utility to modify the envblk, and adds ZFS-specific handlers that will be built if GRUB is built with libzfs support. It also adds logic that editenv uses to detect GRUB's (root) filesystem. One question I have related to this patch is if there is