diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-11-20 19:59:22 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-11-20 19:59:22 +0100 |
commit | 005d86e6a9561d9eaae8705e3207bd1b6332ba54 (patch) | |
tree | f286f6a045596d42fc15e02ff15baaa65735c15f | |
parent | 6fc6631c9f800dfaf2d81b2558fe7448c614a06a (diff) |
create /dev/eth0m if needed
-rw-r--r-- | hurd/subhurd.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index 13756339..78aa20ec 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -81,7 +81,7 @@ subhurd. If you don't have a second network card, you can setup the eth-multiplexer to share one network card. To do so, install the multiplexer - settrans /dev/eth0m /hurd/eth-multiplexer --interface=/dev/eth0 + settrans -c /dev/eth0m /hurd/eth-multiplexer --interface=/dev/eth0 Then configure your main Hurd system to use a virtual network interface (e.g. `/dev/eth0m/0`) instead. On Debian/Hurd, this can be |