Skip to content

Commit 213af40

Browse files
fix(post): Fix cloud init commands
1 parent 4cb9556 commit 213af40

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
@@ -25,7 +25,7 @@ wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-d
2525
Create a new virtual machine
2626

2727
```bash
28-
qm create 8000 –-name ubuntu-cloud --memory 2048 --net0 virtio,bridge=vmbr0
28+
qm create 8000 --memory 2048 --core 2 --name ubuntu-cloud --net0 virtio,bridge=vmbr0
2929
```
3030

3131
Import the downloaded Ubuntut disk to local-lvm storage

0 commit comments

Comments
 (0)