Changeset c75f261


Ignore:
Timestamp:
02/28/2024 04:02:53 PM (7 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.

Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/chapter08.xml

    r444bc9c rc75f261  
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
    77   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
    7877  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    7978  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
  • chapter08/pkgmgt.xml

    r444bc9c rc75f261  
    377377    earlier versions.</para></note>
    378378
    379     <para>Finally, the new system has to be made bootable via <xref
    380     linkend="ch-bootable-grub"/>.</para>
     379    <para>Finally, the new system has to be made bootable by configuring
     380    a bootloader correctly.</para>
    381381
    382382  </sect2>
  • chapter09/symlinks.xml

    r444bc9c rc75f261  
    3838      that have just one ethernet device of a particular type.  Laptops
    3939      often have two ethernet connections named eth0 and
    40       wlan0; such laptops can also use this method.  The command line
    41       is in the GRUB configuration file.
    42       See <xref linkend="grub-cfg"/>.</para>
     40      wlan0; such laptops can also use this method.</para>
    4341    </sect3>
    4442
  • 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.