exclude more boot items

This commit is contained in:
Louis Abel 2022-12-14 15:12:46 -07:00
parent 6150eed168
commit 568c7b39c2
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 10 additions and 1 deletions

View File

@ -1176,7 +1176,16 @@ class IsoBuild:
grafts,
xorrs,
files,
exclude=["*/lost+found", "*/boot.iso"]
exclude=[
"*/lost+found",
"*/boot.iso",
"*/images",
"*/isolinux",
"*/EFI",
"*/boot",
"*/ppc",
"*/generic.ins"
]
)
if self.iso_map['xorrisofs']: