Can decompress XZ files
This commit is contained in:
@ -5,7 +5,9 @@ export type DiskImageFormat =
|
||||
| { format: "Raw"; is_sparse: boolean }
|
||||
| { format: "QCow2"; virtual_size?: number }
|
||||
| { format: "GzCompressedQCow2" }
|
||||
| { format: "GzCompressedRaw" };
|
||||
| { format: "GzCompressedRaw" }
|
||||
| { format: "XzCompressedQCow2" }
|
||||
| { format: "XzCompressedRaw" };
|
||||
|
||||
export type DiskImage = {
|
||||
file_size: number;
|
||||
|
Reference in New Issue
Block a user