Skip to content

Commit 1ecc238

Browse files
fix(post): fix cloud image command
1 parent 213af40 commit 1ecc238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ qm create 8000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=v
3131
Import the downloaded Ubuntut disk to local-lvm storage
3232

3333
```bash
34-
qm importdisk 8000 focal-server-cloudimg-amd64.img local-lvm
34+
qm importdisk 8000 focal-server-cloudimg-amd64-disk-kvm.img local-lvm
3535
```
3636

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

0 commit comments

Comments
 (0)