mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01: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>
|
<literallayout>
|
||||||
<userinput>cat > /etc/sysconfig/nic-config/ifcfg-eth0
|
<userinput>cat > /etc/sysconfig/nic-config/ifcfg-eth0
|
||||||
<< EOF</userinput>
|
<< "EOF"</userinput>
|
||||||
ONBOOT=yes
|
ONBOOT=yes
|
||||||
DEVICE=eth0
|
DEVICE=eth0
|
||||||
IP=192.168.1.1
|
IP=192.168.1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user