From 13c5d722ad8a6141ad58c4c0d19e4fb7ce63265c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 15 Apr 2025 14:47:19 -0400 Subject: components/liveinstall: Filter out unwanted EFI files from the ESP This drastically reduces the content included in the embedded ESP for live media, and avoids weird side-effects caused by extra EFI binaries being present. --- components/liveinstall.xml | 2 ++ iso-esp-excludes.yaml | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 iso-esp-excludes.yaml diff --git a/components/liveinstall.xml b/components/liveinstall.xml index ad15aa7..f91283c 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -46,6 +46,8 @@ + + diff --git a/iso-esp-excludes.yaml b/iso-esp-excludes.yaml new file mode 100644 index 0000000..c49d940 --- /dev/null +++ b/iso-esp-excludes.yaml @@ -0,0 +1,3 @@ +exclude: +- BOOT/fb*.efi +- fedora -- cgit v1.3.1+13