mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-30 12:04:25 -04:00
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:
parent
9254dead0d
commit
fff5e43b89
1 changed files with 2 additions and 0 deletions
2
systemd/system/systemd-boot-update.service.d/local.conf
Normal file
2
systemd/system/systemd-boot-update.service.d/local.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Service]
|
||||
Environment=SYSTEMD_RELAX_ESP_CHECKS=1
|
Loading…
Add table
Add a link
Reference in a new issue