diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 14:36:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 14:36:56 +0000 |
commit | 37df015024f5f239ee1ef6f6a486f0dc161b88ee (patch) | |
tree | 6242b6d7cc066e8dc6f55526fe950b30c22dfb47 /chapter07 | |
parent | 18dd43653add967aee4ab8e6a934d56965dbb848 (diff) |
changed cat > blah << EOF to cat > blah << "EOF"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/ethnet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index 7041b8e4c..f71059a30 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -165,7 +165,7 @@ This creates a sample file ifcfg-eth0: <literallayout> <userinput>cat > /etc/sysconfig/nic-config/ifcfg-eth0 - << EOF</userinput> + << "EOF"</userinput> ONBOOT=yes DEVICE=eth0 IP=192.168.1.1 |