mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
changed cat > blah << EOF to cat > blah << "EOF"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
18dd43653a
commit
37df015024
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user