Changeset c75f261 for chapter10


Ignore:
Timestamp:
02/28/2024 04:02:53 PM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
959783e
Parents:
444bc9c
git-author:
Xi Ruoyao <xry111@…> (02/03/2024 02:39:26 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:53 PM)
Message:

mips64el: remove grub and add a note about bootloader

There are many MIPS boards and grub only supports three kind of them:
arc, loongson, qemu. And for loongson and qemu, grub requires
freetype2. Just remove it in the mips64el branch.

Location:
chapter10
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • chapter10/chapter10.xml

    r444bc9c rc75f261  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fstab.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernel.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
    1817
    1918</chapter>
  • chapter10/kernel.xml

    r444bc9c rc75f261  
    376376<screen><userinput remap="install">cp -iv .config /boot/config-&linux-version;</userinput></screen>
    377377
     378    <important>
     379      <para>At this point, you should install and/or configure your
     380      bootloader to boot the LFS system with the kernel just installed.
     381      The firmware interface of MIPS systems is not standardized so the
     382      detailed process will be board-specific.  You can reuse the bootloader
     383      from your host distro if possible.</para>
     384    </important>
     385
    378386    <para>Install the documentation for the Linux kernel:</para>
    379387
Note: See TracChangeset for help on using the changeset viewer.