Skip to content

Commit

Permalink
Merge pull request #39 from EconomicTouristsArmLate/EconomicTouristsA…
Browse files Browse the repository at this point in the history
…rmLate-patch-1

Add support for ubuntu 24.04 noble numbat
  • Loading branch information
andreygubarev authored May 10, 2024
2 parents c9bf1a1 + e93591b commit 0a06e00
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Support guest OS:
- Debian 12 (arm64, amd64)
- Ubuntu 20.04 LTS (arm64, amd64)
- Ubuntu 22.04 LTS (arm64, amd64)
- Ubuntu 24.04 LTS (arm64, amd64)

Support of other platforms and guest OS is possible, but not tested. Please, open an issue if you want to add support for other platforms.

Expand Down Expand Up @@ -98,7 +99,7 @@ platforms:
Driver depends on:
- QEMU (tested with 8.0.2, 8.0.4, 8.1.0)
- QEMU (tested with 6.2.0, 8.0.2, 8.0.4, 8.1.0)
- mkisofs (tested with 3.02a09)
Install QEMU and CDRTools on macOS:
Expand Down Expand Up @@ -197,6 +198,16 @@ platforms:
image_url: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img
image_checksum: sha256:https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
network_ssh_port: 2229
- name: ubuntu-noble-amd64
image_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
image_checksum: sha256:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
network_ssh_port: 2230
- name: ubuntu-noble-arm64
image_url: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img
image_checksum: sha256:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
network_ssh_port: 2231
```

## Cloud Images URLs
Expand All @@ -220,6 +231,9 @@ For convenience, here are the URLs for the cloud images used in the examples abo
- https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS
- https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img
- https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
- https://cloud-images.ubuntu.com/noble/current/SHA256SUMS
- https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img
- https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img

# Troubleshooting

Expand Down

0 comments on commit 0a06e00

Please sign in to comment.