[cmp] add support for Ventoy Sparse Image (.vtsi)

This commit is contained in:
longpanda 2021-06-22 19:05:29 +01:00 committed by Pete Batard
parent 4f97cdfdc3
commit 49eefa2e03
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
13 changed files with 229 additions and 25 deletions

View file

@ -237,6 +237,7 @@ static comp_assoc file_assoc[] = {
{ ".lzma", BLED_COMPRESSION_LZMA },
{ ".bz2", BLED_COMPRESSION_BZIP2 },
{ ".xz", BLED_COMPRESSION_XZ },
{ ".vtsi", BLED_COMPRESSION_VTSI },
};
// For now we consider that an image that matches a known extension is bootable