- Timestamp:
- Nov 14, 2006, 11:29:47 PM (18 years ago)
- Branches:
- master
- Children:
- 8eba0ef
- Parents:
- 75a41b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/network.xml
r75a41b8 rde9651e 30 30 file for use by the entire system:</para> 31 31 32 <screen><userinput>cd /etc/network.d && 33 cat > /etc/network.d/interface.eth0 << "EOF" 32 <screen><userinput>cat > ${CLFS}/etc/network.conf << "EOF" 34 33 <literal># /etc/network.conf 35 34 # Global Networking Configuration … … 53 52 file for the <emphasis>eth0</emphasis> device:</para> 54 53 55 <screen><userinput> cd/etc/network.d &&56 cat > /etc/network.d/interface.eth0 << "EOF"54 <screen><userinput>mkdir ${CLFS}/etc/network.d && 55 cat > ${CLFS}/etc/network.d/interface.eth0 << "EOF" 57 56 <literal># Network Interface Configuration 58 57 … … 92 91 93 92 <sect2 id="resolv.conf"> 94 <title>Creating the /etc/resolv.conf File</title>93 <title>Creating the ${CLFS}/etc/resolv.conf File</title> 95 94 96 95 <indexterm zone="resolv.conf"> … … 106 105 following:</para> 107 106 108 <screen><userinput>cat > /etc/resolv.conf << "EOF"107 <screen><userinput>cat > ${CLFS}/etc/resolv.conf << "EOF" 109 108 <literal># Begin /etc/resolv.conf 110 109
Note:
See TracChangeset
for help on using the changeset viewer.