Commit graph

57 commits

Author SHA1 Message Date
Kroese
8d21f0e5f9
docs: Mention qcow2 (#229)
* docs: Mention qcow2
2023-12-09 03:14:56 +01:00
Kroese
907d13bed2
feat: Support for qcow2 disks (#227)
- Make getSize use the stat function for raw disks, so that it still works even when qemu-utils is not installed
- Make convertDisk only look for known extensions, so that potential backup files like data.bak are not converted
2023-12-09 02:16:32 +01:00
Nate Choe
00c2ee2a66
Add qcow2 support (#226)
* Added qcow2 image support

* Automatic file type conversion
2023-12-08 22:01:55 +01:00
Kroese
398d6457a5 feat: Print diskspace 2023-12-03 08:43:22 +01:00
Kroese
e7bf2b7738 fix: Remove unused vars 2023-11-16 23:24:04 +01:00
Kroese
caad2eed4c fix: Remove size check 2023-11-16 23:04:11 +01:00
Kroese
52435d7667 build: Folder structure (#181)
* feat: Multi-disk support

* fix: Shellcheck

* build: Change folder structure

* fix: Entrypoint
2023-11-16 21:28:13 +01:00