Changeset 59d0399 in clfs-embedded for BOOK/bootscripts/common/network.xml
- Timestamp:
- Oct 15, 2013, 8:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- 9137ee9
- Parents:
- 790f34e
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 19:11:10)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 20:00:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/network.xml
r790f34e r59d0399 30 30 file for use by the entire system:</para> 31 31 32 <screen><userinput>cat > ${CLFS}/ etc/network.conf << "EOF"32 <screen><userinput>cat > ${CLFS}/targetfs/etc/network.conf << "EOF" 33 33 <literal># /etc/network.conf 34 34 # Global Networking Configuration … … 62 62 file for the <emphasis>eth0</emphasis> device:</para> 63 63 64 <screen><userinput>mkdir ${CLFS}/ etc/network.d &&65 cat > ${CLFS}/ etc/network.d/interface.eth0 << "EOF"64 <screen><userinput>mkdir ${CLFS}/targetfs/etc/network.d && 65 cat > ${CLFS}/targetfs/etc/network.d/interface.eth0 << "EOF" 66 66 <literal># Network Interface Configuration 67 67 … … 101 101 102 102 <sect2 id="udhcpc.conf"> 103 <title>Creating the ${CLFS}/ etc/udhcpc.conf File</title>103 <title>Creating the ${CLFS}/targetfs/etc/udhcpc.conf File</title> 104 104 105 105 <indexterm zone="udhcpc.conf"> … … 110 110 Create a sample udhcpc.conf:</para> 111 111 112 <screen><userinput>cat > ${CLFS}/etc/udhcpc.conf << "EOF"112 <screen><userinput>cat > ${CLFS}/targetfs/etc/udhcpc.conf << "EOF" 113 113 <literal>#!/bin/sh 114 114 # udhcpc Interface Configuration … … 160 160 </literal>EOF 161 161 162 chmod +x ${CLFS}/ etc/udhcpc.conf</userinput></screen>162 chmod +x ${CLFS}/targetfs/etc/udhcpc.conf</userinput></screen> 163 163 164 164 </sect2> 165 165 166 166 <sect2 id="resolv.conf"> 167 <title>Creating the ${CLFS}/ etc/resolv.conf File</title>167 <title>Creating the ${CLFS}/targetfs/etc/resolv.conf File</title> 168 168 169 169 <indexterm zone="resolv.conf"> … … 179 179 following:</para> 180 180 181 <screen><userinput>cat > ${CLFS}/ etc/resolv.conf << "EOF"181 <screen><userinput>cat > ${CLFS}/targetfs/etc/resolv.conf << "EOF" 182 182 <literal># Begin /etc/resolv.conf 183 183
Note:
See TracChangeset
for help on using the changeset viewer.