From 21ba4e3570c1c2524b0733d492ced9634b259353 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 9 Oct 2003 23:22:07 +0000 Subject: Internal markup reworking to fix the extraneous whitespace problem in the "tidy generated" web site pages. Essentially replace all ocurrences of with (and of course the matching closing tags). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/network.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07/network.xml') diff --git a/chapter07/network.xml b/chapter07/network.xml index b118be11d..609cf9185 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -18,10 +18,10 @@ runlevel directories this machine. This is done by adding the proper values to the /etc/sysconfig/network file by running the following: -cat >> /etc/sysconfig/network << "EOF" +cat >> /etc/sysconfig/network << "EOF" GATEWAY=192.168.1.2 GATEWAY_IF=eth0 -EOF +EOF The values for GATEWAY and GATEWAY_IF need to be changed to match your network setup. GATEWAY contains the IP address of the default @@ -45,12 +45,12 @@ update the network_devices by providing it with the new path. Now, new files are created in that directory containing the following. The following command creates a sample ifconfig.eth0 file: -cat > /etc/sysconfig/network-devices/ifconfig.eth0 << "EOF" +cat > /etc/sysconfig/network-devices/ifconfig.eth0 << "EOF" ONBOOT=yes IP=192.168.1.1 NETMASK=255.255.255.0 BROADCAST=192.168.1.255 -EOF +EOF Of course, the values of those variables have to be changed in every file to match the proper setup. If the ONBOOT variable is set -- cgit v1.2.3-54-g00ecf