Changeset 9aba4a0


Ignore:
Timestamp:
Feb 15, 2007, 11:35:57 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c3fe50a
Parents:
7030b60
Message:

Remove Udev rules installed by Udev

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/udev.xml

    r7030b60 r9aba4a0  
    9191
    9292<screen os="o"><userinput>install -dv /lib/firmware</userinput></screen>
     93
     94  <para os="p">Finally, remove the rules installed by Udev as we will be
     95  installing custom Udev rules later:</para>
     96
     97<screen os="q">rm /etc/udev/rules.d/*</screen>
    9398
    9499  </sect2>
  • BOOK/final-system/multilib/udev-64bit.xml

    r7030b60 r9aba4a0  
    7979<screen os="o"><userinput>install -dv /lib64/firmware</userinput></screen>
    8080
     81    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     82    href="../common/udev.xml"
     83    xpointer="xpointer(//*[@os='p'])"/>
     84
     85    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    href="../common/udev.xml"
     87    xpointer="xpointer(//*[@os='q'])"/>
     88
    8189  </sect2>
    8290
  • BOOK/introduction/common/changelog.xml

    r7030b60 r9aba4a0  
    4343          <para>[Chris] - Changed the wording in the "Build Variables" page
    4444          to make it clearer.</para>
     45          <para>[Chris] - Added command to Udev installation to remove Udev
     46          rules it installs.</para>
    4547        </listitem>
    4648      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.