Ignore:
File:
1 edited

Legend:

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

    r49c9bc5 r423fe6b  
    110110    Create a sample udhcpc.conf:</para>
    111111
    112 <screen><userinput>cat &gt; ${CLFS}/etc/udhcpc.conf &lt;&lt; "EOF"
     112<screen><userinput>mkdir ${CLFS}/etc/network.d &amp;&amp;
     113cat &gt; ${CLFS}/etc/network.d/interface.eth0 &lt;&lt; "EOF"
    113114<literal>#!/bin/sh
    114115# udhcpc Interface Configuration
Note: See TracChangeset for help on using the changeset viewer.