From 9d3c77dabe32368c9c287121d1e96c68f99b4373 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Wed, 19 Jun 2019 13:28:44 -0700 Subject: [PATCH] overlay/systemd: add /boot/efi mount unit Add unit to mount the ESP as well. --- overlay/usr/lib/systemd/system/boot-efi.mount | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 overlay/usr/lib/systemd/system/boot-efi.mount diff --git a/overlay/usr/lib/systemd/system/boot-efi.mount b/overlay/usr/lib/systemd/system/boot-efi.mount new file mode 100644 index 0000000000..7f587fa649 --- /dev/null +++ b/overlay/usr/lib/systemd/system/boot-efi.mount @@ -0,0 +1,7 @@ +[Unit] +Description=EFI System Partition +# From fedora-coreos-config + +[Mount] +What=/dev/disk/by-label/EFI-SYSTEM +Where=/boot/efi