forked from sig_core/toolkit
set the exclusions to be top level
This commit is contained in:
parent
f34d0537d6
commit
8721c80db1
@ -1179,12 +1179,13 @@ class IsoBuild:
|
|||||||
exclude=[
|
exclude=[
|
||||||
"*/lost+found",
|
"*/lost+found",
|
||||||
"*/boot.iso",
|
"*/boot.iso",
|
||||||
"*/images/*",
|
"*/boot.iso.manifest",
|
||||||
"*/isolinux/*",
|
"EFI/*",
|
||||||
"*/EFI/*",
|
"images/*",
|
||||||
"*/boot/*",
|
"isolinux/*",
|
||||||
"*/ppc/*",
|
"boot/*",
|
||||||
"*/generic.ins"
|
"ppc/*",
|
||||||
|
"generic.ins"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user