Changeset 34be04a6 for BOOK/bootable


Ignore:
Timestamp:
Aug 8, 2010, 4:43:42 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8f1ae86
Parents:
41969c7
Message:

Removed Lilo and bin86 from x86_64-64 in favor of GRUB.

Location:
BOOK/bootable
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    r41969c7 r34be04a6  
    9595    <para os="v">Issue the following command to install the kernel:</para>
    9696
    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>
    9898
    9999    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
  • BOOK/bootable/x86_64-64-chapter.xml

    r41969c7 r34be04a6  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/fstab.xml"/>
    1616  <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"/>
    1818
    1919</chapter>
  • BOOK/bootable/x86_64/kernel.xml

    r41969c7 r34be04a6  
    9494    xpointer="xpointer(//*[@os='v'])"/>
    9595
    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>
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.