diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-27 17:31:39 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-27 17:31:39 +0100 | 
| commit | 9ed5ac0cd6e8f0745c866db8ffd229323091fd15 (patch) | |
| tree | 9274cc007e6fc9b7e11f0691ff306a547a00f9a9 /docs/install.rst | |
| parent | 852f7f7a232a79fc802923730673024d1a5171be (diff) | |
| download | vyos-documentation-9ed5ac0cd6e8f0745c866db8ffd229323091fd15.tar.gz vyos-documentation-9ed5ac0cd6e8f0745c866db8ffd229323091fd15.zip | |
Refactor "code-block:: sh" to "code-block:: console"
This will add proper new-lines into the rendered PDF. Before if it has
been a long line, not all content was preserved in the PDF.
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/docs/install.rst b/docs/install.rst index 14d36fd9..87f503a7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -64,7 +64,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) @@ -126,7 +126,7 @@ The key is then pasted into a new text file and imported into GPG:  The import can be verified with: -.. code-block:: sh +.. code-block:: console    $ gpg --list-keys    ... @@ -147,7 +147,7 @@ With the public key imported, the signature for the desired image needs to be do  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 @@ -166,7 +166,7 @@ The VyOS ISO is a Live CD and will boot to a functional VyOS image.  To login to the system, use the default username ``vyos`` with password ``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 @@ -193,7 +193,7 @@ directory for mutable data such as configurations, keys, or custom scripts.  To install VyOS, run ``install image``. -.. code-block:: sh +.. code-block:: console    vyos@vyos:~$ install image    Welcome to the VyOS install program.  This script @@ -247,7 +247,7 @@ To install VyOS, run ``install image``.  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 @@ -284,7 +284,7 @@ Configure a DHCP server so that it gives the client  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 { @@ -318,7 +318,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 @@ -329,7 +329,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 @@ -354,7 +354,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 | 
