Changeset 5fbeb82
- Timestamp:
- Jul 9, 2006, 5:58:48 AM (18 years ago)
- Children:
- 9222d1bf
- Parents:
- 9ca9492
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/udev-rules.xml
r9ca9492 r5fbeb82 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 28 <screen><userinput>rm -vf ${CLFS}/etc/udev/rules.d/*</userinput></screen>29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="../../bootscripts/common/udev-rules.xml"32 xpointer="xpointer(//*[@os='c'])"/>33 34 28 <screen><userinput>make DESTDIR=${CLFS} install-minimal</userinput></screen> 35 29 -
bootscripts/common/udev-rules.xml
r9ca9492 r5fbeb82 26 26 <title>Installation of Udev-Rules</title> 27 27 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> 31 29 32 <screen os="b"><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen> 33 34 <para os="c">Install the package:</para> 35 36 <screen os="d"><userinput>make install</userinput></screen> 30 <screen os="b"><userinput>make install</userinput></screen> 37 31 38 32 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.