mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 14:36:58 +02:00
On Windows, the .bz2 compression format is not supported by native tooling and external tools like 7zip need to be installed. Switching to .zip compression, there will be no need for the extra step of having external tools. See: https://github.com/flatcar/Flatcar/issues/1009 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
217 B
217 B
- Hyper-V images, both .vhd and .vhdx files are available as
zip
compressed, switching frombzip2
to a built-in available Windows compression -zip
(scripts#1878)