Commit graph

86 commits

Author SHA1 Message Date
Kroese
4818cd57bb
fix: Escape HTML (#359) 2024-01-20 16:47:01 +01:00
Kroese
910b2a8c4e
feat: Display boot progress via web (#358) 2024-01-20 16:02:17 +01:00
Kroese
e02aa4385b
feat: Local drivers (#335) 2024-01-15 05:26:22 +01:00
Kroese
bbd683b83b
style: Quote variables (#325) 2024-01-14 16:24:05 +01:00
Kroese
526548647c
style: Quote variables (#323) 2024-01-14 01:22:50 +01:00
Kroese
5da04faf37
build: Update Dockerfile (#321) 2024-01-13 21:21:14 +01:00
Kroese
7998d931bb
feat: Change raw allocation (#320) 2024-01-13 00:02:52 +01:00
Kroese
039ea74e51
fix: Device support (#315) 2024-01-12 18:21:43 +01:00
Kroese
f54ef967c7
feat: Download VirtIO drivers (#305) 2024-01-07 21:05:11 +01:00
Kroese
db5b6a3c58
feat: Download VirtIO drivers (#304) 2024-01-07 20:36:49 +01:00
Kroese
c2be72d8ea
feat: Add FUSE warning (#301) 2024-01-05 13:28:06 +01:00
Kroese
526ad61910
fix: Bootindex (#292) 2023-12-29 21:41:49 +01:00
Kroese
47fdecadbb
fix: Bootindex (#267) 2023-12-25 06:53:36 +01:00
Kroese
0c5f7bae96
fix: Check attribute (#258) 2023-12-24 14:29:47 +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
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
eae5e4fad0
feat: IO threading 2023-12-19 06:45:54 +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
ddcf40b68f
fix: Error codes
* fix: Error codes
2023-12-16 06:54:47 +01:00
Kroese
58c3041885
fix: Local variables (#234)
* fix: Local variables
2023-12-10 00:20:23 +01:00
Kroese
8a65ab8917
feat: Show conversion progress (#232) 2023-12-09 21:33:13 +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
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