Changeset 76246b3
- Timestamp:
- May 17, 2006, 1:19:47 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9f08378
- Parents:
- 3d0e133
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/udev-rules.xml
r3d0e133 r76246b3 22 22 <title>Installation of Udev-Rules</title> 23 23 24 <para>When you installed udev, it installed a set of rules, this package 25 replaces these rules. So we must first remove all the old rules sets.</para> 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../../bootscripts/common/udev-rules.xml" 26 xpointer="xpointer(//*[@os='a'])"/> 26 27 27 28 <screen><userinput>rm -vf ${LFS}/etc/udev/rules.d/*</userinput></screen> 28 29 29 <para>Install the package:</para> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../../bootscripts/common/udev-rules.xml" 32 xpointer="xpointer(//*[@os='c'])"/> 30 33 31 34 <screen><userinput>make DESTDIR=${LFS} install-minimal</userinput></screen> -
BOOK/boot/x86/grub.xml
r3d0e133 r76246b3 87 87 color green/black light-green/black 88 88 89 # The first entry is for LFS.90 title LFS &version;89 # The first entry is for CLFS. 90 title CLFS &version; 91 91 root (hd0,3) 92 92 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> -
BOOK/bootscripts/common/udev-rules.xml
r3d0e133 r76246b3 26 26 <title>Installation of Udev-Rules</title> 27 27 28 <para>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 sets.</para> 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> 30 31 31 <screen ><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen>32 <screen os="b"><userinput>rm -vf /etc/udev/rules.d/*</userinput></screen> 32 33 33 <para >Install the package:</para>34 <para os="c">Install the package:</para> 34 35 35 <screen ><userinput>make install</userinput></screen>36 <screen os="d"><userinput>make install</userinput></screen> 36 37 37 38 </sect2> -
BOOK/general.ent
r3d0e133 r76246b3 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "SVN-2006051 6">3 <!ENTITY version "SVN-20060517"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "May 1 6, 2006">18 <!ENTITY releasedate "May 17, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.