diff options
author | Robert Göhler <github@ghlr.de> | 2022-02-12 21:42:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 21:42:50 +0100 |
commit | c5d61f8b34c752d27740391bea52ce58d26f6279 (patch) | |
tree | 90cdc6eaf5a8fdc6f7e0e80eb0daf00e0a57bb8a | |
parent | 4a91cb8ff74d4deb0fff0e6538eeb465c11d0e6a (diff) | |
download | vyos-documentation-c5d61f8b34c752d27740391bea52ce58d26f6279.tar.gz vyos-documentation-c5d61f8b34c752d27740391bea52ce58d26f6279.zip |
Update proxmox.rst
-rw-r--r-- | docs/installation/virtual/proxmox.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installation/virtual/proxmox.rst b/docs/installation/virtual/proxmox.rst index 457a3c4b..d3d77dc6 100644 --- a/docs/installation/virtual/proxmox.rst +++ b/docs/installation/virtual/proxmox.rst @@ -8,7 +8,7 @@ Proxmox is an open-source platform for virtualization. Users with a support subscription can download a qcow2 image that can be imported into Proxmox. Deploy VyOS from CLI with qcow2 image -==================== +===================================== A prebuilt image in qcow2 format is available to all VyOS subscribers for download and use directly within Proxmox. @@ -33,7 +33,8 @@ Deploy VyOS from CLI with qcow2 image Deploy VyOS from CLI with rolling release ISO -==================== +============================================= + 1. Download the rolling release iso from https://vyos.net/get/nightly-builds/. Non-subscribers can always get the LTS release by building it from source. Instructions can be found in the :ref:`build` section of this manual. VyOS source code repository is available https://github.com/vyos/vyos-build. 2. Prepare VM for installation from ISO media. The commands below assume that your iso is available in a storage pool 'local', that you want it to have a VM ID '200' and want to create a new disk on storage pool 'local-lvm' of size 15GB. |