Changeset 055aa17 for BOOK/boot/x86
- Timestamp:
- Feb 21, 2006, 1:10:45 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 54f7850
- Parents:
- 43daa01
- Location:
- BOOK/boot/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/grub.xml
r43daa01 r055aa17 90 90 title LFS &version; 91 91 root (hd0,3) 92 kernel /boot/lfskernel-&linux- x86-version; root=/dev/hda4</literal>92 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> 93 93 EOF</userinput></screen> 94 94 -
BOOK/boot/x86/kernel.xml
r43daa01 r055aa17 9 9 <?dbhtml filename="kernel.html"?> 10 10 11 <title>Linux-&linux- x86-version;</title>11 <title>Linux-&linux-version;</title> 12 12 13 13 <indexterm zone="ch-boot-kernel"> … … 113 113 xpointer="xpointer(//*[@os='v'])"/> 114 114 115 <screen><userinput>cp arch/i386/boot/bzImage ${LFS}/boot/lfskernel-&linux- x86-version;</userinput></screen>115 <screen><userinput>cp arch/i386/boot/bzImage ${LFS}/boot/lfskernel-&linux-version;</userinput></screen> 116 116 117 117 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 119 119 xpointer="xpointer(//*[@os='x'])"/> 120 120 121 <screen ><userinput>cp System.map ${LFS}/boot/System.map-&linux-x86-version;</userinput></screen>121 <screen os="x1"><userinput>cp System.map ${LFS}/boot/System.map-&linux-version;</userinput></screen> 122 122 123 123 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.