kiwibuild: extend productmd type/format detection for FEX images
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f5702e4c9d
commit
eb4ba5f637
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@ KIWIEXTENSIONS = [
|
||||||
# so 'boot' is just a default guess. 'iso' is not a valid
|
# so 'boot' is just a default guess. 'iso' is not a valid
|
||||||
# productmd image type
|
# productmd image type
|
||||||
("boot", [".iso"], "iso"),
|
("boot", [".iso"], "iso"),
|
||||||
|
("fex", ["erofs.xz"], "erofs.xz"),
|
||||||
|
("fex", ["erofs.gz"], "erofs.gz"),
|
||||||
|
("fex", ["erofs"], "erofs"),
|
||||||
|
("fex", ["squashfs.xz"], "squashfs.xz"),
|
||||||
|
("fex", ["squashfs.gz"], "squashfs.gz"),
|
||||||
|
("fex", ["squashfs"], "squashfs"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue