Changeset a8355dc
- Timestamp:
- Jul 9, 2006, 5:58:48 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a3b04fe
- Parents:
- 4210194
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/udev-rules.xml
r4210194 ra8355dc 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 -
BOOK/bootscripts/common/udev-rules.xml
r4210194 ra8355dc 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.