Skip to content

Commit

Permalink
Update 2022-03-19-cloud-init-cloud-image.md (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
0lzi authored May 20, 2024
1 parent a30f6cd commit 3fb14f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/2022-03-19-cloud-init-cloud-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Import the downloaded Ubuntu disk to local-lvm storage
```bash
qm importdisk 8000 jammy-server-cloudimg-amd64.img local-lvm
```
If you are on Proxmox 8.2+ use the below to import the downloaded Ubuntu disk to local-lvm storage

```bash
qm disk import 8000 jammy-server-cloudimg-amd64.img local-lvm
```

Attach the new disk to the vm as a scsi drive on the scsi controller

Expand Down

0 comments on commit 3fb14f2

Please sign in to comment.