summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-01-09 17:38:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-09 17:38:27 +0100
commitb396f385967a00e801559593f18e30a8617dcf69 (patch)
tree92c8e2f5c3cfcb20503b68ef0f8d0bc5181f9244 /Documentation
parent39c6c3480a9cb88e722af1142c7b31a00e9ec546 (diff)
parentf648eb9e65bbdbb460ea3eaf548b3ba3f3373307 (diff)
downloadbarebox-b396f385967a00e801559593f18e30a8617dcf69.tar.gz
barebox-b396f385967a00e801559593f18e30a8617dcf69.tar.xz
Merge branch 'for-next/netconsole'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/user/networking.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user/networking.rst b/Documentation/user/networking.rst
index 6802138af9..6eeb93dd88 100644
--- a/Documentation/user/networking.rst
+++ b/Documentation/user/networking.rst
@@ -61,15 +61,15 @@ Network console
barebox has a UDP-based network console. If enabled in the config, you will see
something like this during startup::
- registered netconsole as cs1
+ registered netconsole as netconsole
By default the network console is disabled during runtime to prevent security
risks. It can be enabled using:
.. code-block:: sh
- cs1.ip=192.168.23.2
- cs1.active=ioe
+ netconsole.ip=192.168.23.2
+ netconsole.active=ioe
This will send UDP packets to 192.168.23.2 on port 6666. On 192.168.23.2 the
scripts/netconsole script can be used to control barebox: