Skip to content

Commit 7393fca

Browse files
committed
Add Ubuntu 25.10 desktop
1 parent 83d8897 commit 7393fca

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

static/installer_data.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
{
22
"os_list": [
3+
{
4+
"name": "Ubuntu Desktop 25.10",
5+
"default_os_name": "Ubuntu",
6+
"boot_object": "m1n1.bin",
7+
"next_object": "m1n1/boot.bin",
8+
"package": "ubuntu-desktop-25.10-20251213.zip",
9+
"icon": "logo.icns",
10+
"supported_fw": ["12.3", "12.4", "13.5"],
11+
"partitions": [
12+
{
13+
"name": "EFI",
14+
"type": "EFI",
15+
"size": "1024MB",
16+
"format": "fat",
17+
"volume_id": "0xB8A4E068",
18+
"copy_firmware": true,
19+
"copy_installer_data": true,
20+
"source": "esp"
21+
},
22+
{
23+
"name": "Boot",
24+
"type": "Linux",
25+
"size": "2147483648B",
26+
"image": "boot.img"
27+
},
28+
{
29+
"name": "Root",
30+
"type": "Linux",
31+
"size": "12GB",
32+
"expand": true,
33+
"image": "root.img"
34+
}
35+
]
36+
},
337
{
438
"name": "Ubuntu Desktop 25.04",
539
"default_os_name": "Ubuntu",

0 commit comments

Comments
 (0)