summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-11-21 00:22:17 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-11-21 00:22:17 +0100
commit45e529318e9963a4df0a900bd7b5bd29a6412183 (patch)
tree2b61b436c8cd2837a7e0e9d04f439b63e911a03e /hurd
parent25f0dafbf8e506da8adf93be324409c42119cd04 (diff)
note that /dev/eth0 should be used to get it working
Diffstat (limited to 'hurd')
-rw-r--r--hurd/subhurd.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn
index f8e1c321..c9fe15d2 100644
--- a/hurd/subhurd.mdwn
+++ b/hurd/subhurd.mdwn
@@ -113,7 +113,7 @@ proc server will kill all tasks belonging to the Subhurd.
In the subhurd, you can do basically all the same things as in the main Hurd.
You can even set up networking: Just invoke `settrans` on the
-`/servers/socket/2` as usual inside the subhurd, only using a different local
+`/servers/socket/2` as usual inside the subhurd, using `/dev/eth0`, only using a different local
IP than in the main Hurd. This way, the subhurd will be able to communicate to
the outside world with its own IP -- allowing for example to do `apt-get`
inside the subhurd, or to `ssh` directly into the subhurd.