]>
Commit | Line | Data |
---|---|---|
564feba8 TG |
1 | { |
2 | "os_list": [ | |
3 | { | |
4 | "name": "Debian bookworm (testing) packaged by Thomas Glanzmann", | |
5 | "default_os_name": "Debian", | |
6 | "boot_object": "m1n1.bin", | |
7 | "next_object": "m1n1/boot.bin", | |
8 | "package": "debian-base.zip", | |
16f1425d | 9 | "supported_fw": ["12.3", "12.4"], |
564feba8 TG |
10 | "partitions": [ |
11 | { | |
12 | "name": "EFI", | |
13 | "type": "EFI", | |
14 | "size": "512MB", | |
15 | "format": "fat", | |
16 | "copy_firmware": true, | |
17 | "copy_installer_data": true, | |
18 | "source": "esp" | |
19 | }, | |
20 | { | |
21 | "name": "Root", | |
22 | "type": "Linux", | |
23 | "size": "5GB", | |
24 | "expand": true, | |
25 | "image": "media" | |
26 | } | |
27 | ] | |
564feba8 TG |
28 | } |
29 | ] | |
30 | } |