Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/symlinks.xml

    r8972a36 r7152faa  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    113113      creating your network configuration files.</para>
    114114
     115      <para>Even if the custom udev rule file is created, udev may still
     116      assign one or more alternative names for a NIC based on physical
     117      characteristics.  If a custom udev rule would rename some NIC using
     118      a name already assigned as an alternative name of another NIC, this
     119      udev rule will fail.  If this issue happens, you may create the
     120      <filename>/etc/udev/network/99-default.link</filename> configuration
     121      file with an empty alternative assignment policy, overriding the
     122      default configuration file
     123      <filename>/usr/lib/udev/network/99-default.link</filename>:</para>
     124
     125<screen role="nodump"><userinput>sed -e '/^AlternativeNamesPolicy/s/=.*$/=/'  \
     126    -i /usr/lib/udev/network/99-default.link \
     127     > /etc/udev/network/99-default.link</userinput></screen>
    115128    </sect3>
    116129
Note: See TracChangeset for help on using the changeset viewer.