diff options
author | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-03-24 20:30:44 +0100 |
commit | cdb93d5c44e8bdd4b06507d93987aac174186700 (patch) | |
tree | ba1c9cc3a0365698a5df18f827310c583adce668 /docs/installation | |
parent | dfc9cebb8497220ba27a2d582ee63d4c7acedbcf (diff) | |
parent | 2b0d1f116611e723ef8e0c3ca2ba2b40c9fc068b (diff) | |
download | vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.tar.gz vyos-documentation-cdb93d5c44e8bdd4b06507d93987aac174186700.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/virtual/proxmox.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/installation/virtual/proxmox.rst b/docs/installation/virtual/proxmox.rst index d3d77dc6..0ae2d046 100644 --- a/docs/installation/virtual/proxmox.rst +++ b/docs/installation/virtual/proxmox.rst @@ -41,6 +41,7 @@ Deploy VyOS from CLI with rolling release ISO .. code-block:: none qm create 200 --name vyos --memory 2048 --net0 virtio,bridge=vmbr0 --ide2 media=cdrom,file=local:iso/live-image-amd64.hybrid.iso --virtio0 local-lvm:15 + 3. Start the VM using the command ``qm start 200`` or using the start button located in the proxmox GUI. 4. Using the proxmox webGUI, open the virtual console for your newly created vm. Login username/password is ``vyos/vyos``. 5. Once booted into the live system, type ``install image`` into the command line and follow the prompts to install VyOS to the virtual drive. |