-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/install/proxmox/proxmox-setup.md
Co-authored-by: Muse Mulatu <[email protected]>
- Loading branch information
1 parent
359dac5
commit ff5cd16
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ These steps use a `debian cloudinit image for laptop VM`. | |
|
||
- Might to prepend sudo if you running user different than `root` | ||
|
||
Download debian cloud init image [debian download image](https://cloud.debian.org/images/cloud/). Create the directory anywhere. Select the correct architecture. This example runs on x86 | ||
Start by creating a directory. This will contain temporary artifacts we need to create template VM. Then download Debian cloud-init image [debian download image](https://cloud.debian.org/images/cloud/). | ||
Check failure on line 34 in docs/install/proxmox/proxmox-setup.md GitHub Actions / check-markdown (.md, **.md, md.markdownlint.json)Trailing spaces
|
||
|
||
```shell | ||
mkdir debian-golden-img | ||
|