exclude more boot items
This commit is contained in:
parent
6150eed168
commit
568c7b39c2
@ -1176,7 +1176,16 @@ class IsoBuild:
|
|||||||
grafts,
|
grafts,
|
||||||
xorrs,
|
xorrs,
|
||||||
files,
|
files,
|
||||||
exclude=["*/lost+found", "*/boot.iso"]
|
exclude=[
|
||||||
|
"*/lost+found",
|
||||||
|
"*/boot.iso",
|
||||||
|
"*/images",
|
||||||
|
"*/isolinux",
|
||||||
|
"*/EFI",
|
||||||
|
"*/boot",
|
||||||
|
"*/ppc",
|
||||||
|
"*/generic.ins"
|
||||||
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.iso_map['xorrisofs']:
|
if self.iso_map['xorrisofs']:
|
||||||
|
Loading…
Reference in New Issue
Block a user