diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
commit | 8ef599c59a5b67f39a8fb01fc8d58890ae2c0508 (patch) | |
tree | 97c04e05061a55badb3095e10cf7e2e0ccb43242 /chapter07/ethnet.xml | |
parent | 20ea64e47845062b7ab1a8e8984bf73c3098ba7c (diff) |
Removed blank lines after <literallayout> and before </literallayout>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/ethnet.xml')
-rw-r--r-- | chapter07/ethnet.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index 46644fd4a..ac1cca09d 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -12,7 +12,6 @@ following: </para> <literallayout> - <userinput>cat > /etc/init.d/ethnet << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/ethnet @@ -111,7 +110,6 @@ esac # End /etc/init.d/ethnet <userinput>EOF</userinput> - </literallayout> <sect2> @@ -122,11 +120,9 @@ If a default gateway is required to be setup, the following command does that: </para> <literallayout> - <userinput>cat >> /etc/sysconfig/network << "EOF"</userinput> GATEWAY=192.168.1.2 <userinput>EOF</userinput> - </literallayout> <para> @@ -150,9 +146,7 @@ First the network-scripts directory is created by running: </para> <blockquote><literallayout> - <userinput>mkdir /etc/sysconfig/network-scripts</userinput> - </literallayout></blockquote> <para> @@ -162,7 +156,6 @@ This creates a sample file ifcfg-eth0: </para> <literallayout> - <userinput>cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF</userinput> ONBOOT=yes @@ -171,7 +164,6 @@ IP=192.168.1.1 NETMASK=255.255.255.0 BROADCAST=192.168.1.255 <userinput>EOF</userinput> - </literallayout> <para> |