summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2014-12-15 16:00:45 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-17 15:11:59 +0100
commitf648eb9e65bbdbb460ea3eaf548b3ba3f3373307 (patch)
tree8a631b48e9527c40bf245f0232bb00e5eb45b5bd /Documentation
parent0ef2e3e315d2b31034fc6edaa4a1e955a674fcf6 (diff)
downloadbarebox-f648eb9e65bbdbb460ea3eaf548b3ba3f3373307.tar.gz
barebox-f648eb9e65bbdbb460ea3eaf548b3ba3f3373307.tar.xz
netconsole: fix Documentation
since commit 8eacfa71abcba857ab9aa1dcad49e2ba7d83406b Refs: v2014.07.0-156-g8eacfa7 Author: Sascha Hauer <s.hauer@pengutronix.de> the netconsole device have a static device name 'netconsole' Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
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: