diff options
-rw-r--r-- | community/howto.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/howto.mdwn b/community/howto.mdwn index e067f77e..3f0d0d13 100644 --- a/community/howto.mdwn +++ b/community/howto.mdwn @@ -86,7 +86,7 @@ A SHELL script is provided to run all translators I mentioned automatically: htt In the main hurd, we still need to do Step 1-9. We run subhurd, - # /root/hurd/boot/boot -f eth0=/dev/fveth0 -f eth1=/dev/fveth1 servers.boot /dev/hd1s1 + # /root/hurd/boot/boot -m eth0=/dev/fveth0 -m eth1=/dev/fveth1 servers.boot /dev/hd1s1 In the subhurd, we do Step 1, 4, 8. Step 4: # settrans -acfg /dev/veth0 /root/hurd/devnode/devnode -d veth0 |