Skip to content

Commit

Permalink
Add 24.04 installer image
Browse files Browse the repository at this point in the history
  • Loading branch information
tobhe authored and eslerm committed Jun 5, 2024
1 parent 97e80e3 commit f9f57f1
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.04",
"default_os_name": "Ubuntu",
"boot_object": "m1n1.bin",
"next_object": "m1n1/boot.bin",
"package": "ubuntu-desktop-24.04-20240604.zip",
"icon": "logo.icns",
"supported_fw": ["12.3", "12.4", "13.5"],
"partitions": [
{
"name": "EFI",
"type": "EFI",
"size": "500MB",
"format": "fat",
"volume_id": "0xD3196635",
"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 23.10",
"default_os_name": "Ubuntu",
Expand Down

0 comments on commit f9f57f1

Please sign in to comment.