Changeset 34be04a6 for BOOK/bootable
- Timestamp:
- Aug 8, 2010, 4:43:42 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8f1ae86
- Parents:
- 41969c7
- Location:
- BOOK/bootable
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
r41969c7 r34be04a6 95 95 <para os="v">Issue the following command to install the kernel:</para> 96 96 97 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/ clfskernel-&linux-version;</userinput></screen>97 <screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen> 98 98 99 99 <para os="w"><filename>System.map</filename> is a symbol file for the kernel. -
BOOK/bootable/x86_64-64-chapter.xml
r41969c7 r34be04a6 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/kernel.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86 _64-64/lilo.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/grub.xml"/> 18 18 19 19 </chapter> -
BOOK/bootable/x86_64/kernel.xml
r41969c7 r34be04a6 94 94 xpointer="xpointer(//*[@os='v'])"/> 95 95 96 <screen><userinput>cp arch/x86_64/boot/bzImage /boot/ clfskernel-&linux-version;</userinput></screen>96 <screen><userinput>cp arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.