Changeset 59d0399 in clfs-embedded for BOOK/bootscripts/common/network.xml


Ignore:
Timestamp:
Oct 15, 2013, 8:00:05 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
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)
Message:

Update all bootscripts ch to use ${CLFS}/targetfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/network.xml

    r790f34e r59d0399  
    3030    file for use by the entire system:</para>
    3131
    32 <screen><userinput>cat &gt; ${CLFS}/etc/network.conf &lt;&lt; "EOF"
     32<screen><userinput>cat &gt; ${CLFS}/targetfs/etc/network.conf &lt;&lt; "EOF"
    3333<literal># /etc/network.conf
    3434# Global Networking Configuration
     
    6262    file for the <emphasis>eth0</emphasis> device:</para>
    6363
    64 <screen><userinput>mkdir ${CLFS}/etc/network.d &amp;&amp;
    65 cat &gt; ${CLFS}/etc/network.d/interface.eth0 &lt;&lt; "EOF"
     64<screen><userinput>mkdir ${CLFS}/targetfs/etc/network.d &amp;&amp;
     65cat &gt; ${CLFS}/targetfs/etc/network.d/interface.eth0 &lt;&lt; "EOF"
    6666<literal># Network Interface Configuration
    6767
     
    101101
    102102  <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>
    104104
    105105    <indexterm zone="udhcpc.conf">
     
    110110    Create a sample udhcpc.conf:</para>
    111111
    112 <screen><userinput>cat &gt; ${CLFS}/etc/udhcpc.conf &lt;&lt; "EOF"
     112  <screen><userinput>cat &gt; ${CLFS}/targetfs/etc/udhcpc.conf &lt;&lt; "EOF"
    113113<literal>#!/bin/sh
    114114# udhcpc Interface Configuration
     
    160160</literal>EOF
    161161
    162 chmod +x ${CLFS}/etc/udhcpc.conf</userinput></screen>
     162chmod +x ${CLFS}/targetfs/etc/udhcpc.conf</userinput></screen>
    163163
    164164  </sect2>
    165165
    166166  <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>
    168168
    169169    <indexterm zone="resolv.conf">
     
    179179    following:</para>
    180180
    181 <screen><userinput>cat &gt; ${CLFS}/etc/resolv.conf &lt;&lt; "EOF"
     181<screen><userinput>cat &gt; ${CLFS}/targetfs/etc/resolv.conf &lt;&lt; "EOF"
    182182<literal># Begin /etc/resolv.conf
    183183
Note: See TracChangeset for help on using the changeset viewer.