]> git.zerfleddert.de Git - m1-debian/blame - installer_data.json
make m1n1 package compatible with new way to package things
[m1-debian] / installer_data.json
CommitLineData
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 ]
092f56a0 28 },
564feba8
TG
29 {
30 "name": "Fedora 35 Workstation packaged by Thomas Glanzmann",
31 "default_os_name": "Fedora",
32 "boot_object": "m1n1.bin",
33 "next_object": "m1n1/boot.bin",
70ae962c 34 "package": "fc35-base-2022-07-28.zip",
16f1425d 35 "supported_fw": ["12.3", "12.4"],
564feba8
TG
36 "partitions": [
37 {
38 "name": "EFI",
39 "type": "EFI",
40 "size": "512MB",
41 "format": "fat",
42 "volume_id": "0x1d531917",
43 "copy_firmware": true,
44 "copy_installer_data": true,
45 "source": "esp"
46 },
47 {
48 "name": "Root",
49 "type": "Linux",
16f1425d 50 "size": "21GB",
564feba8
TG
51 "expand": true,
52 "image": "media"
53 }
54 ]
55 }
56 ]
57}
Impressum, Datenschutz