Skip to content

Commit

Permalink
Add 24.10 desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobhe committed Dec 3, 2024
1 parent b1ffc87 commit 7fa1bc5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions static/installer_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
{
"os_list": [
{
"name": "Ubuntu Desktop 24.10",
"default_os_name": "Ubuntu",
"boot_object": "m1n1.bin",
"next_object": "m1n1/boot.bin",
"package": "ubuntu-desktop-24.10-20241201.zip",
"icon": "logo.icns",
"supported_fw": ["12.3", "12.4", "13.5"],
"partitions": [
{
"name": "EFI",
"type": "EFI",
"size": "500MB",
"format": "fat",
"volume_id": "0xF30A54C5",
"copy_firmware": true,
"copy_installer_data": true,
"source": "esp"
},
{
"name": "Boot",
"type": "Linux",
"size": "2147483648B",
"image": "boot.img"
},
{
"name": "Root",
"type": "Linux",
"size": "12GB",
"expand": true,
"image": "root.img"
}
]
},
{
"name": "Ubuntu Desktop 24.04.1 LTS",
"default_os_name": "Ubuntu",
Expand Down

0 comments on commit 7fa1bc5

Please sign in to comment.