Skip to content

Commit 96b9c0e

Browse files
authored
Merge pull request #908 from saviodsouza/guests
added ubuntu desktop 24.04
2 parents 227819a + 7b15799 commit 96b9c0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appliances/ubuntu-gui.gns3a

+13
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
"options": "-vga qxl"
2828
},
2929
"images": [
30+
{
31+
"filename": "Ubuntu 24.04 (64bit).vmdk",
32+
"version": "24.04",
33+
"md5sum": "7709a5a1cf888c7644d245c42d217918",
34+
"filesize": 6432555008,
35+
"download_url": "https://www.osboxes.org/ubuntu/"
36+
},
3037
{
3138
"filename": "Ubuntu 22.04 (64bit).vmdk",
3239
"version": "22.04",
@@ -57,6 +64,12 @@
5764
}
5865
],
5966
"versions": [
67+
{
68+
"name": "24.04",
69+
"images": {
70+
"hda_disk_image": "Ubuntu 24.04 (64bit).vmdk"
71+
}
72+
},
6073
{
6174
"name": "22.04",
6275
"images": {

0 commit comments

Comments
 (0)