diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:41:53 +0100 | 
| commit | de3b09d6ac10405b72dfefdfe750a92d8eea30f6 (patch) | |
| tree | fc493ef372dbe11ca9fea91d8a070b7e76a5ad25 /docs/appendix/vyos-on-baremetal.rst | |
| parent | 8d843d4a17ff0c249256a4be902607f3e83f16ab (diff) | |
| download | vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.tar.gz vyos-documentation-de3b09d6ac10405b72dfefdfe750a92d8eea30f6.zip | |
Refactor "code-block:: console" to "code-block:: none"
Diffstat (limited to 'docs/appendix/vyos-on-baremetal.rst')
| -rw-r--r-- | docs/appendix/vyos-on-baremetal.rst | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/docs/appendix/vyos-on-baremetal.rst b/docs/appendix/vyos-on-baremetal.rst index 2ace97c5..14ba2adf 100644 --- a/docs/appendix/vyos-on-baremetal.rst +++ b/docs/appendix/vyos-on-baremetal.rst @@ -113,7 +113,7 @@ Create a bootable USB pendrive using e.g. Rufus_ on a Windows machine.  Connect serial port to a PC through null modem cable (RXD / TXD crossed over).  Set terminal emulator to 115200 8N1. -.. code-block:: console +.. code-block:: none    PC Engines apu4    coreboot build 20171130 @@ -134,7 +134,7 @@ Now boot from the ``USB MSC Drive Generic Flash Disk 8.07`` media by pressing  ``2``, the VyOS boot menu will appear, just wait 10 seconds or press ``Enter``  to continue. -.. code-block:: console +.. code-block:: none    lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk    x                      VyOS - Boot Menu                      x @@ -146,7 +146,7 @@ to continue.  The image will be loaded and the last lines you will get will be: -.. code-block:: console +.. code-block:: none    Loading /live/vmlinuz... ok    Loading /live/initrd.img... @@ -154,7 +154,7 @@ The image will be loaded and the last lines you will get will be:  The Kernel will now spin up using a different console setting. Set terminal  emulator to 9600 8N1 and after a while your console will show: -.. code-block:: console +.. code-block:: none    Loading /live/vmlinuz... ok    Loading /live/initrd.img... @@ -171,14 +171,14 @@ successful boot.  Use the following command to adjust the :ref:`serial-console` settings: -.. code-block:: console +.. code-block:: none    set system console device ttyS0 speed 115200  .. note:: Once you ``commit`` the above changes access to the serial interface     is lost until you set your terminal emulator to 115200 8N1 again. -.. code-block:: console +.. code-block:: none    vyos@vyos# show system console     device ttyS0 { | 
