Changeset 7853

Show
Ignore:
Timestamp:
11/05/06 20:45:49 (2 years ago)
Author:
bryan
Message:

Delete the persistent-net-generator rules file when using bus positions for network device name assignments. Fixes #1912.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7852 r7853  
    3838 
    3939    <listitem> 
     40      <para>2006-11-05</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[bryan] - Delete the persistent-net-generator rules file if 
     44          bus-position-based persistence is going to be used.  Fixes #1912.</para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
     48 
     49    <listitem> 
    4050      <para>2006-11-03</para> 
    4151      <itemizedlist> 
  • trunk/BOOK/chapter07/network.xml

    r7835 r7853  
    103103EOF</userinput></screen> 
    104104 
     105    <para>Udev has installed a rule_generator rules file that uses MAC 
     106    addresses, not bus positions.  Rules generated by this file will conflict 
     107    with the rules you just created, so delete the file:</para> 
     108 
     109<screen role="nodump"><userinput>rm /etc/udev/rules.d/75-persistent-net-generator.rules</userinput></screen> 
     110 
     111    <note> 
     112      <para>You will also have to remember to create a new bus-position-based 
     113      rule each time you plug in an additional network card.  In a MAC address 
     114      based persistence scheme, the rule_generator rules file would do this 
     115      automatically.</para> 
     116    </note> 
     117 
    105118    <para>Regardless of which method you use, these rules will always rename 
    106119    the network cards to <quote>realtek</quote> and <quote>intel</quote>, 
  • trunk/BOOK/general.ent

    r7852 r7853  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20061103"> 
    3 <!ENTITY releasedate "November 3, 2006"> 
     2<!ENTITY version "SVN-20061105"> 
     3<!ENTITY releasedate "November 5, 2006"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->