Skip to content

Commit 584445b

Browse files
fix(post): updated for 24.04
1 parent 57f5f16 commit 584445b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2022-03-19-cloud-init-cloud-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Choose your [Ubuntu Cloud Image](https://cloud-images.ubuntu.com/)
2323
Download Ubuntu (replace with the url of the one you chose from above)
2424

2525
```bash
26-
wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
26+
wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
2727
```
2828

2929
Create a new virtual machine
@@ -35,7 +35,7 @@ qm create 8000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=v
3535
Import the downloaded Ubuntu disk to `local` storage (Change `local` to the storage of your choice)
3636

3737
```bash
38-
qm disk import 8000 focal-server-cloudimg-amd64.img local
38+
qm disk import 8000 noble-server-cloudimg-amd64.img local
3939
```
4040

4141
Attach the new disk to the vm as a scsi drive on the scsi controller (Change `local` to the storage of your choice)

0 commit comments

Comments
 (0)