Changeset 572d0a6
- Timestamp:
 - Mar 2, 2009, 11:45:02 AM (17 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - 7a39f29
 - Parents:
 - 1b896d0
 - Location:
 - BOOK/network/common
 - Files:
 - 
      
- 2 edited
 
- 
          
  dhcp.xml (modified) (1 diff)
 - 
          
  static.xml (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/network/common/dhcp.xml
r1b896d0 r572d0a6 40 40 </userinput></screen> 41 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="static.xml" 44 xpointer="xpointer(//*[@os='var-ob'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="static.xml" 48 xpointer="xpointer(//*[@os='var-s'])"/> 49 50 <para>The <envar>DHCP_START</envar> and <envar>DHCP_STOP</envar> variables 51 arguments that are passed onto <filename>dhcpcd</filename> when starting 52 and stoppping the service. More information about what can be passed can 53 be found in the <filename>dhcpcd(8)</filename> man page.</para> 54 42 55 <para>To configure another Static Interface, Follow <xref linkend="ch-network-static"/>.</para> 43 56  - 
      
BOOK/network/common/static.xml
r1b896d0 r572d0a6 37 37 EOF</userinput></screen> 38 38 39 <para >The values of these variables must be changed in every file to match39 <para os="var-ob">The values of these variables must be changed in every file to match 40 40 the proper setup. If the <envar>ONBOOT</envar> variable is set to 41 41 <quote>yes</quote> the network script will bring up the Network Interface … … 44 44 be brought up.</para> 45 45 46 <para >The <envar>SERVICE</envar> variable defines the method used for46 <para os="var-s">The <envar>SERVICE</envar> variable defines the method used for 47 47 obtaining the IP address. The CLFS-Bootscripts package has a modular IP 48 48 assignment format, and creating additional files in the <filename 49 49 class="directory">/etc/sysconfig/network-devices/services</filename> 50 directory allows other IP assignment methods. This is commonly used for 51 Dynamic Host Configuration Protocol (DHCP), which is addressed in CBLFS.</para> 50 directory allows other IP assignment methods.</para> 52 51 53 52 <para>The <envar>GATEWAY</envar> variable should contain the default  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  