Changeset 83be687 in clfs-sysroot for BOOK/bootscripts


Ignore:
Timestamp:
Jul 9, 2006, 12:11:22 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
755f44a
Parents:
f30739c
Message:

Removed the command to clear out /etc/udev/rules.d before udev rules are installed. Udev doesn't install rules by default anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootscripts/common/udev-rules.xml

    rf30739c r83be687  
    2626    <title>Installation of Udev-Rules</title>
    2727
    28     <para os="a">When you installed udev, it installed a set of rules. This package
    29     replaces these rules. So we must first remove all the old rule
    30     sets:</para>
     28    <para os="a">Install the package:</para>
    3129
    32 <screen os="b"><userinput>rm -vf ${CLFS}/etc/udev/rules.d/*</userinput></screen>
    33 
    34     <para os="c">Install the package:</para>
    35 
    36 <screen os="d"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     30<screen os="b"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    3731
    3832  </sect2>
Note: See TracChangeset for help on using the changeset viewer.