Changeset 9aba4a0


Ignore:
Timestamp:
02/16/07 07:35:57 (6 years ago)
Author:
Chris Staub <chris@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
c3fe50a07a8afc95ac898dfd612b82d7e7317676
Parents:
7030b60165daa14ec382ce9d4c695a7057041cc1
git-author:
Chris Staub <chris@beaker67.com>2007-02-16 07:35:57+00:00
git-committer:
Chris Staub <chris@beaker67.com>2007-02-16 07:35:57+00:00
Message:

Remove Udev rules installed by Udev

Location:
BOOK
Files:
3 edited

Legend:

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

    r040521bc 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

    r476a695 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.