Commit graph

1252 commits

Author SHA1 Message Date
Kroese
71459e3d3c
fix: Error messages (#262) 2023-12-25 04:54:13 +01:00
Kroese
55473e7ff9
fix: Close file descriptors (#261) 2023-12-25 04:05:58 +01:00
Kroese
21bbfcbbb7
docs: Readme (#260) 2023-12-24 16:18:13 +01:00
Kroese
73ba20376a
fix: Skip mknod errors (#259) 2023-12-24 14:41:52 +01:00
Kroese
0c5f7bae96
fix: Check attribute (#258) 2023-12-24 14:29:47 +01:00
Kroese
dda8a37372
fix: Update Dockerfile (#257) 2023-12-24 02:59:22 +01:00
Kroese
5c300095e0
fix: Set file attribute (#256) 2023-12-24 02:53:03 +01:00
Kroese
072c1274ec
fix: Remove flags (#255) 2023-12-23 23:01:03 +01:00
Kroese
afc5f2a700
fix: Ignore mknod errors (#254) 2023-12-23 22:30:52 +01:00
Kroese
636eea9882
feat: Set directory attributes (#253) 2023-12-23 21:32:49 +01:00
Kroese
d1158df77d
feat: Check filesystem (#252) 2023-12-22 15:07:50 +01:00
Kroese
b282c3247f
fix: Check filesystem (#251) 2023-12-22 06:22:34 +01:00
Kroese
5620ba80c0
feat: Log creation info (#250) 2023-12-20 03:20:24 +01:00
Kroese
40a944ec39
fix: Allocate after conversion 2023-12-19 09:01:05 +01:00
Kroese
0f550a8657
feat: IO threading
feat: IO threading
2023-12-19 06:54:47 +01:00
Kroese
eae5e4fad0
feat: IO threading 2023-12-19 06:45:54 +01:00
Kroese
b72d8b8094
feat: Disable preallocation 2023-12-19 06:31:39 +01:00
Kroese
325d510f0a
docs: Readme 2023-12-19 06:26:22 +01:00
Kroese
6942d006f2
feat: Make qcow2 options configurable
feat: Make qcow2 options configurable
2023-12-17 11:50:45 +01:00
Kroese
34821d53a9
feat: Set NOCOW flag for btrfs 2023-12-17 11:48:35 +01:00
Kroese
d9908b034d
feat: Make qcow2 the default
* feat: Make qcow2 the default
2023-12-17 09:03:57 +01:00
Kroese
abedbac751
fix: Scsi PCI slot (#243) 2023-12-16 08:41:37 +01:00
Kroese
fb97388596
fix: Unbound variable (#242) 2023-12-16 08:31:39 +01:00
Kroese
8ffc3bf842
feat: GPU passthrough
* feat: GPU passthrough
2023-12-16 08:17:53 +01:00
Kroese
c2edb081bb
feat: CPU configuration
* feat: CPU configuration
2023-12-16 07:41:19 +01:00
Kroese
ddcf40b68f
fix: Error codes
* fix: Error codes
2023-12-16 06:54:47 +01:00
Kroese
5266ee88ac
build: Release token (#238) 2023-12-14 03:47:15 +01:00
Kroese
5e3c8ed3ad
build: Renovate (#237) 2023-12-11 00:31:15 +01:00
Nate Choe
743743c3e7
Add UEFI support (#236)
* OVMF
2023-12-10 22:16:11 +01:00
Kroese
6ef07f2ca3
fix: Close dnsmasq (#235)
* fix: Obsolete line

* fix: Close dnsmasq
2023-12-10 08:20:55 +01:00
Kroese
58c3041885
fix: Local variables (#234)
* fix: Local variables
2023-12-10 00:20:23 +01:00
Kroese
3e3a9c8a52
fix: Remove curly braces
* fix: Remove curly braces
2023-12-09 21:53:22 +01:00
Kroese
8a65ab8917
feat: Show conversion progress (#232) 2023-12-09 21:33:13 +01:00
Kroese
4054550bb4
docs: Readme (#231) 2023-12-09 05:55:16 +01:00
Kroese
3f14c82b80
fix: Diskspace warning (#230) 2023-12-09 05:45:49 +01:00
Kroese
8d21f0e5f9
docs: Mention qcow2 (#229)
* docs: Mention qcow2
2023-12-09 03:14:56 +01:00
Kroese
16b285fd24
docs: Readme (#228) 2023-12-09 02:19:45 +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
751d781584
fix: Print escaped strings (#224) 2023-12-08 00:02:33 +01:00
Kroese
5e7ac9e25c fix: DNS resolution
* fix: DNS resolution
2023-12-04 07:23:21 +01:00
Kroese
c1992a7772 fix: Default RAM size
* fix: Default RAM size
2023-12-03 09:53:07 +01:00
Kroese
7ad3c6bfb6 fix: DNS resolution 2023-12-03 08:51:40 +01:00
Kroese
398d6457a5 feat: Print diskspace 2023-12-03 08:43:22 +01:00
Kroese
69a9fe97eb build: Platforms 2023-12-01 00:24:52 +01:00
Kroese
1b9a86d13d build: Annotations (#218) 2023-11-30 14:05:43 +01:00
Kroese
34f2aa0b0e build: Annotations (#217) 2023-11-30 13:54:05 +01:00
Kroese
9baeb15386 feat: Read version from image
build: Docker Metadata
2023-11-29 17:53:14 +01:00
Kroese
4a0cb50048 feat: Read version from image 2023-11-29 17:49:50 +01:00
Kroese
0d1b499edb build: Set version 2023-11-29 17:44:29 +01:00