Re: [systemd-devel] keeping a backup ESP partition in sync

2024-05-17 Thread Kevin P. Fleming
On Fri, May 17, 2024, at 05:03, Alexander Gordeev wrote: > I think it is better to have them mounted as e.g. /boot/efi and > /boot/eficopy and make changes like this: > 1. update /boot/efi > 2. make sure the update is actually written to the device > 3. update /boot/eficopy > > Right now I do this

[systemd-devel] keeping a backup ESP partition in sync

2024-05-17 Thread Alexander Gordeev
Hi, I've tried systemd-boot recently, I like it a lot. Thanks! There is still one concern. I'd like to have a backup EFI partition because you know things can happen and my rootfs is on a mirror anyway. There is a popular approach with setting up a mdraid version 1.0 to sync the ESPs. I don't like