Re: [pve-devel] [PATCH storage v2 1/2] storage: add bzip2 support

2024-08-08 Thread Fabian Grünbichler
Quoting Maximiliano Sandoval (2024-08-06 14:58:08) > Support for bz2 was requested at [1]. A popular ISO compressed > exclusively with bz2 is OPNsense [2]. > > Since this requires adding `bz2` to the list of known compression > formats we add decompression methods for vmz a tar. > > [1] https://b

[pve-devel] [PATCH storage v2 1/2] storage: add bzip2 support

2024-08-06 Thread Maximiliano Sandoval
Support for bz2 was requested at [1]. A popular ISO compressed exclusively with bz2 is OPNsense [2]. Since this requires adding `bz2` to the list of known compression formats we add decompression methods for vmz a tar. [1] https://bugzilla.proxmox.com/show_bug.cgi?id=5267 [2] https://opnsense.org