summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 92b13c64..07c3eb43 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -71,7 +71,7 @@ https://pgp.mit.edu/pks/lookup?op=get&search=0xFD220285A0FE6D7E
Or from the following block:
-.. code-block:: sh
+.. code-block:: console
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux)
@@ -131,7 +131,7 @@ file_with_the_public_key``
The import can be verified with:
-.. code-block:: sh
+.. code-block:: console
$ gpg --list-keys
...
@@ -154,7 +154,7 @@ downloaded.
Finally, verify the authencity of the downloaded image:
-.. code-block:: sh
+.. code-block:: console
$ gpg2 --verify vyos-1.2.1-amd64.iso.asc vyos-1.2.1-amd64.iso
gpg: Signature made So 14 Apr 12:58:07 2019 CEST
@@ -171,7 +171,7 @@ VyOS ISO is a Live CD and will boot to a functional VyOS image.
To login to the system, use the default username and password will be: ``vyos``
-.. code-block:: sh
+.. code-block:: console
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
@@ -203,7 +203,7 @@ keys, or custom scripts.
To install VyOS, run ``install image`` after logging into the live system with
the provided default credentials.
-.. code-block:: sh
+.. code-block:: console
vyos@vyos:~$ install image
Welcome to the VyOS install program. This script
@@ -257,7 +257,7 @@ the provided default credentials.
After the installation is complete, remove the Live CD and reboot the system:
-.. code-block:: sh
+.. code-block:: console
vyos@vyos:~$ reboot
Proceed with reboot? (Yes/No) [No] Yes
@@ -293,7 +293,7 @@ Configure DHCP server to provide the client with:
In this example we configured an existent VyOS as the DHCP server:
-.. code-block:: sh
+.. code-block:: console
vyos@vyos# show service dhcp-server
shared-network-name mydhcp {
@@ -334,7 +334,7 @@ Configure a TFTP server so that it serves the following:
In the example we configured our existent VyOS as the TFTP server too:
-.. code-block:: sh
+.. code-block:: console
vyos@vyos# show service tftp-server
directory /config/tftpboot
@@ -344,7 +344,7 @@ In the example we configured our existent VyOS as the TFTP server too:
Example of the contents of the TFTP server:
-.. code-block:: sh
+.. code-block:: console
vyos@vyos# ls -hal /config/tftpboot/
total 29M
@@ -364,7 +364,7 @@ Example of the contents of the TFTP server:
Example of simple (no menu) configuration file:
-.. code-block:: sh
+.. code-block:: console
vyos@vyos# cat /config/tftpboot/pxelinux.cfg/default
DEFAULT VyOS123