Skip to content

Commit

Permalink
Merge pull request #25 from LunfanZhang/private/luzhan/CP-47949
Browse files Browse the repository at this point in the history
Add support for Ubuntu 24.04 on XS 8
  • Loading branch information
LunfanZhang authored Sep 3, 2024
2 parents 4183efe + 1aa4bba commit 795ae5f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json/centos-9.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uuid": "a3d70e4d-c5ac-4dfb-999b-30a0a7efe546",
"reference_label": "centos-9",
"name_label": "CentOS Stream 9 (preview)",
"name_label": "CentOS Stream 9",
"derived_from": "base-el-7.json"
}
2 changes: 1 addition & 1 deletion json/debian-12.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"uuid": "07d91aaa-43f7-430a-bf84-0edb6714df0f",
"reference_label": "debian-12",
"name_label": "Debian Bookworm 12 (preview)",
"name_label": "Debian Bookworm 12",
"derived_from": "base-linux-uefi.json",
"min_memory": "1G",
"disks": [ { "size": "10G" } ]
Expand Down
2 changes: 1 addition & 1 deletion json/rhel-9.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"uuid": "6c91b878-5095-421e-a914-224b3bb1088c",
"reference_label": "rhel-9",
"name_label": "Red Hat Enterprise Linux 9 (preview)",
"name_label": "Red Hat Enterprise Linux 9",
"derived_from": "base-linux-uefi.json",
"min_memory": "2G",
"disks": [ { "size": "10G" } ]
Expand Down
2 changes: 1 addition & 1 deletion json/rocky-9.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"uuid": "1a647cf9-99c1-4e9c-b3b4-6b9989c530be",
"reference_label": "rocky-9",
"name_label": "Rocky Linux 9 (preview)",
"name_label": "Rocky Linux 9",
"derived_from": "base-linux-uefi.json",
"min_memory": "2G",
"disks": [ { "size": "15G" } ]
Expand Down
8 changes: 8 additions & 0 deletions json/ubuntu-24.04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"uuid": "ff1f3e17-84d9-4d72-962d-571c4ceb527b",
"reference_label": "ubuntu-24.04",
"name_label": "Ubuntu Noble Numbat 24.04 (preview)",
"derived_from": "base-linux-uefi.json",
"min_memory": "1G",
"disks": [ { "size": "10G" } ]
}

0 comments on commit 795ae5f

Please sign in to comment.