diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-15 20:18:22 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-15 20:18:22 +0000 |
commit | 1ad26c47de237bba6c661e89e5c633684b34a09c (patch) | |
tree | 29536efff634351da4a5d6c19f79752eb240b1a1 /app-doc | |
parent | baselayout /etc/hosts localhost addition hack (diff) | |
download | historical-1ad26c47de237bba6c661e89e5c633684b34a09c.tar.gz historical-1ad26c47de237bba6c661e89e5c633684b34a09c.tar.bz2 historical-1ad26c47de237bba6c661e89e5c633684b34a09c.zip |
added lo interface stuff to instructions
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/files/xml/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/gentoo-web/files/xml/build.xml b/app-doc/gentoo-web/files/xml/build.xml index 06f456beac74..00aca555587d 100644 --- a/app-doc/gentoo-web/files/xml/build.xml +++ b/app-doc/gentoo-web/files/xml/build.xml @@ -281,13 +281,14 @@ add a <c>-h myhostname</c> flag to the dhcpcd command line above. <body> <p> We need to setup just enough networking so that we can download -sources for the system build. Type in the following commands, replacing +sources for the system build, as well as the required localhost interface. Type in the following commands, replacing $IFACE with your network interface (typically <c>eth0</c>), $IPNUM with your IP address, $BCAST with your broadcast address, and $NMASK with your network mask. For the <c>route</c> command, replace $GTWAY with your default gateway. </p> <pre> +# <i>/sbin/ifconfig lo 127.0.0.1 up # <i>/sbin/ifconfig $IFACE $IPNUM broadcast $BCAST netmask $NMASK</i> # <i>/sbin/route add -net default gw $GTWAY netmask 0.0.0.0 metric 1</i> </pre> |