b3d3c2c98c
systemd-gpt-auto-generator creates boot.automount for existing ESP partition. But Qubes templates have only placeholder ESP there, with no even filesystem created. Disable it with drop-in file, until it will become used. Fixes QubesOS/qubes-issues#5261
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
[Unit]
|
|
# disable automount ESP on /boot - there is no filesystem there yet
|
|
ConditionPathExists=/nonexistent
|