work around systemd-boot disliking ESP on RAID 1

Using RAID 1 for ESP is the normal approach used by typical automatic
installs on dedicated servers. It's discouraged by systemd since they
don't know if out-of-band writes could happen such as a Windows install
seeing it and mounting it. That's not a problem for us and we want to do
things the normal way instead of a more error prone approach of syncing
changes without RAID 1.
This commit is contained in:
Daniel Micay 2025-04-05 11:05:46 -04:00
parent 9254dead0d
commit fff5e43b89

View file

@ -0,0 +1,2 @@
[Service]
Environment=SYSTEMD_RELAX_ESP_CHECKS=1