From 37df015024f5f239ee1ef6f6a486f0dc161b88ee Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 29 Jun 2001 14:36:56 +0000 Subject: [PATCH] changed cat > blah << EOF to cat > blah << "EOF" git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/ethnet.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: cat > /etc/sysconfig/nic-config/ifcfg-eth0 - << EOF + << "EOF" ONBOOT=yes DEVICE=eth0 IP=192.168.1.1