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.
This commit is contained in:
Neal Gompa
2025-04-16 19:27:24 -04:00
parent 35ef9796e9
commit 13c5d722ad
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@
</type>
</preferences>
<packages type="iso" patternType="plusRecommended" profiles="LiveInstall">
<!-- Filter out unwanted EFI files from the embedded ESP, see rhbz#2358785 -->
<file name="iso-esp-excludes.yaml" target="image/exclude_files_efifatimage.yaml"/>
<!-- The point of a live image is to install -->
<namedCollection name="anaconda-tools"/>
<package name="anaconda"/>
+3
View File
@@ -0,0 +1,3 @@
exclude:
- BOOT/fb*.efi
- fedora