]> git.zerfleddert.de Git - m1-debian/blob - installer_data.json
New command
[m1-debian] / installer_data.json
1 {
2 "os_list": [
3 {
4 "name": "Debian bookworm 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",
9 "supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
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 ]
28 }
29 ]
30 }
Impressum, Datenschutz