Skip to content

Commit 4f39096

Browse files
committed
data: Drop Arch KDE, add Fedora
Not "released" yet but getting there. Signed-off-by: Hector Martin <[email protected]>
1 parent 56fc1ba commit 4f39096

1 file changed

Lines changed: 129 additions & 8 deletions

File tree

data/installer_data.json

Lines changed: 129 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,156 @@
11
{
22
"os_list": [
33
{
4-
"name": "Asahi Linux Desktop",
5-
"default_os_name": "Asahi Linux",
4+
"name": "Fedora Linux 39 with KDE Plasma",
5+
"default_os_name": "Fedora Linux with KDE Plasma",
66
"boot_object": "m1n1.bin",
77
"next_object": "m1n1/boot.bin",
8-
"package": "asahi-plasma-20231012-1.zip",
8+
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-kde-202311261600.zip",
9+
"icon": "fedora.icns",
910
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
11+
"extras": [
12+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/g/gstreamer1-plugin-openh264-1.22.1-1.fc39.aarch64.rpm",
13+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/m/mozilla-openh264-2.3.1-2.fc39.aarch64.rpm",
14+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/o/openh264-2.3.1-2.fc39.aarch64.rpm"
15+
],
1016
"partitions": [
1117
{
1218
"name": "EFI",
1319
"type": "EFI",
14-
"size": "500MB",
20+
"size": "524288000B",
1521
"format": "fat",
16-
"volume_id": "0x2abf9f91",
22+
"volume_id": "0xf0c28f4e",
1723
"copy_firmware": true,
1824
"copy_installer_data": true,
1925
"source": "esp"
2026
},
27+
{
28+
"name": "Boot",
29+
"type": "Linux",
30+
"size": "1048576000B",
31+
"image": "boot.img"
32+
},
33+
{
34+
"name": "Root",
35+
"type": "Linux",
36+
"size": "13121859584B",
37+
"expand": true,
38+
"image": "root.img"
39+
}
40+
]
41+
},
42+
{
43+
"name": "Fedora Linux 39 with GNOME",
44+
"default_os_name": "Fedora Linux with GNOME",
45+
"boot_object": "m1n1.bin",
46+
"next_object": "m1n1/boot.bin",
47+
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-gnome-202311261600.zip",
48+
"icon": "fedora.icns",
49+
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
50+
"extras": [
51+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/g/gstreamer1-plugin-openh264-1.22.1-1.fc39.aarch64.rpm",
52+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/m/mozilla-openh264-2.3.1-2.fc39.aarch64.rpm",
53+
"https://codecs.fedoraproject.org/openh264/39/aarch64/os/Packages/o/openh264-2.3.1-2.fc39.aarch64.rpm"
54+
],
55+
"partitions": [
56+
{
57+
"name": "EFI",
58+
"type": "EFI",
59+
"size": "524288000B",
60+
"format": "fat",
61+
"volume_id": "0xeb2d1a44",
62+
"copy_firmware": true,
63+
"copy_installer_data": true,
64+
"source": "esp"
65+
},
66+
{
67+
"name": "Boot",
68+
"type": "Linux",
69+
"size": "1048576000B",
70+
"image": "boot.img"
71+
},
72+
{
73+
"name": "Root",
74+
"type": "Linux",
75+
"size": "10876858368B",
76+
"expand": true,
77+
"image": "root.img"
78+
}
79+
]
80+
},
81+
{
82+
"name": "Fedora Linux 39 Server",
83+
"default_os_name": "Fedora Linux Server",
84+
"boot_object": "m1n1.bin",
85+
"next_object": "m1n1/boot.bin",
86+
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-server-202311261600.zip",
87+
"icon": "fedora.icns",
88+
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
89+
"extras": {},
90+
"partitions": [
91+
{
92+
"name": "EFI",
93+
"type": "EFI",
94+
"size": "524288000B",
95+
"format": "fat",
96+
"volume_id": "0xda149712",
97+
"copy_firmware": true,
98+
"copy_installer_data": true,
99+
"source": "esp"
100+
},
101+
{
102+
"name": "Boot",
103+
"type": "Linux",
104+
"size": "1048576000B",
105+
"image": "boot.img"
106+
},
107+
{
108+
"name": "Root",
109+
"type": "Linux",
110+
"size": "4056920064B",
111+
"expand": true,
112+
"image": "root.img"
113+
}
114+
]
115+
},
116+
{
117+
"name": "Fedora Linux 39 Minimal",
118+
"default_os_name": "Fedora Linux Minimal",
119+
"boot_object": "m1n1.bin",
120+
"next_object": "m1n1/boot.bin",
121+
"package": "https://asahilinux-fedora.b-cdn.net/os/fedora-39-minimal-202311261600.zip",
122+
"icon": "fedora.icns",
123+
"supported_fw": ["12.3", "12.3.1", "12.4", "13.5"],
124+
"extras": {},
125+
"partitions": [
126+
{
127+
"name": "EFI",
128+
"type": "EFI",
129+
"size": "524288000B",
130+
"format": "fat",
131+
"volume_id": "0xd81aa0bd",
132+
"copy_firmware": true,
133+
"copy_installer_data": true,
134+
"source": "esp"
135+
},
136+
{
137+
"name": "Boot",
138+
"type": "Linux",
139+
"size": "1048576000B",
140+
"image": "boot.img"
141+
},
21142
{
22143
"name": "Root",
23144
"type": "Linux",
24-
"size": "12GB",
145+
"size": "3584012288B",
25146
"expand": true,
26147
"image": "root.img"
27148
}
28149
]
29150
},
30151
{
31-
"name": "Asahi Linux Minimal (Arch Linux ARM)",
32-
"default_os_name": "Asahi Linux",
152+
"name": "Arch Linux ARM (not recommended)",
153+
"default_os_name": "Arch Linux ARM",
33154
"boot_object": "m1n1.bin",
34155
"next_object": "m1n1/boot.bin",
35156
"package": "asahi-base-20231012-1.zip",

0 commit comments

Comments
 (0)