Add qcow2.xz file format support
This commit is contained in:
@ -137,6 +137,9 @@ pub const PROGRAM_COPY: &str = "/bin/cp";
|
||||
/// Gzip program path
|
||||
pub const PROGRAM_GZIP: &str = "/usr/bin/gzip";
|
||||
|
||||
/// XZ program path
|
||||
pub const PROGRAM_XZ: &str = "/usr/bin/xz";
|
||||
|
||||
/// Bash program
|
||||
pub const PROGRAM_BASH: &str = "/usr/bin/bash";
|
||||
|
||||
|
Reference in New Issue
Block a user