Re: [RESEND PATCH v4 2/2] Make editenv chase symlinks including those across devices

2020-02-11 Thread Daniel Kiper
On Fri, Jan 17, 2020 at 05:10:43PM +0100, Javier Martinez Canillas wrote: > From: Peter Jones > > The grub-editenv create command will wrongly overwrite /boot/grub2/grubenv > with a regular file if grubenv is a symbolic link. But instead, it should > create a new file in the path the symlink point

[RESEND PATCH v4 2/2] Make editenv chase symlinks including those across devices

2020-01-17 Thread Javier Martinez Canillas
From: Peter Jones The grub-editenv create command will wrongly overwrite /boot/grub2/grubenv with a regular file if grubenv is a symbolic link. But instead, it should create a new file in the path the symlink points to. This lets /boot/grub2/grubenv be a symlink to /boot/efi/EFI/fedora/grubenv e

[PATCH v4 2/2] Make editenv chase symlinks including those across devices

2020-01-17 Thread Javier Martinez Canillas
From: Peter Jones The grub-editenv create command will wrongly overwrite /boot/grub2/grubenv with a regular file if grubenv is a symbolic link. But instead, it should create a new file in the path the symlink points to. This lets /boot/grub2/grubenv be a symlink to /boot/efi/EFI/fedora/grubenv e