diff options
Diffstat (limited to 'chapter07/ethnet.xml')
-rw-r--r-- | chapter07/ethnet.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index 3298bd139..7185d1a4b 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -162,7 +162,7 @@ Now, new files are created in that directory containing the following. This creates a sample file ifcfg-eth0: </para> -<blockquote><literallayout> +<literallayout> <userinput>cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF</userinput> @@ -173,7 +173,7 @@ NETMASK=255.255.255.0 BROADCAST=192.168.1.255 <userinput>EOF</userinput> -</literallayout></blockquote> +</literallayout> <para> Of course, the values of those four variables have to be changed |