From 2f6bc9879c75c49232dbbf9e50e5b1125ac04c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 12 Aug 2019 20:25:32 +0200 Subject: [PATCH] overlay.d/05core: Fix boot-efi.mount unit dependency and condition Fix #115 --- overlay.d/05core/usr/lib/systemd/system/boot-efi.mount | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay.d/05core/usr/lib/systemd/system/boot-efi.mount b/overlay.d/05core/usr/lib/systemd/system/boot-efi.mount index ca3490553c..c4f171b225 100644 --- a/overlay.d/05core/usr/lib/systemd/system/boot-efi.mount +++ b/overlay.d/05core/usr/lib/systemd/system/boot-efi.mount @@ -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