diff --git a/src/efi.rs b/src/efi.rs index 547b23c9..1d8e98e9 100644 --- a/src/efi.rs +++ b/src/efi.rs @@ -22,7 +22,7 @@ use crate::util; use crate::util::CommandRunExt; /// Well-known paths to the ESP that may have been mounted external to us. -pub(crate) const ESP_MOUNTS: &[&str] = &["boot/efi", "efi"]; +pub(crate) const ESP_MOUNTS: &[&str] = &["boot", "boot/efi", "efi"]; /// The ESP partition label on Fedora CoreOS derivatives pub(crate) const COREOS_ESP_PART_LABEL: &str = "EFI-SYSTEM";