- Timestamp:
- May 17, 2006, 1:19:47 PM (19 years ago)
- Children:
- 1e59f09
- Parents:
- 4b4befb
- Location:
- boot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/udev-rules.xml
r4b4befb rba8680e 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> -
boot/x86/grub.xml
r4b4befb rba8680e 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>
Note:
See TracChangeset
for help on using the changeset viewer.