Skip to content

Commit

Permalink
overlay.d/05core: Fix boot-efi.mount unit dependency and condition Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcajka committed Aug 27, 2019
1 parent bc5f6eb commit 2f6bc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay.d/05core/usr/lib/systemd/system/boot-efi.mount
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Unit]
Description=EFI System Partition
Documentation=https://github.com/coreos/fedora-coreos-config
ConditionPathExists=/boot/efi
ConditionPathExists=/sys/firmware/efi/

[Mount]
What=/dev/disk/by-label/EFI-SYSTEM
Where=/boot/efi

[Install]
RequiredBy=local-fs.target
WantedBy=local-fs.target

0 comments on commit 2f6bc98

Please sign in to comment.