Changeset e2d95b9


Ignore:
Timestamp:
03/12/2023 01:15:21 PM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
b570b6a
Parents:
912b324
git-author:
Xi Ruoyao <xry111@…> (03/12/2023 12:57:01 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/12/2023 01:15:21 PM)
Message:

uefi/grub-setup: Drop CONFIG_EFI_STUB

GRUB needs EFI stub to load the kernel on some other EFI platforms, but
not x86 (32-bit or 64-bit).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    r912b324 re2d95b9  
    115115<screen><literal>Processor type and features ---&gt;
    116116  [*] EFI runtime service support                               [CONFIG_EFI]
    117   [*]   EFI stub support                                        [CONFIG_EFI_STUB]
    118117Enable the block layer ---&gt;
    119118  Partition Types ---&gt;
     
    142141    <variablelist>
    143142      <title>The meaning of the configuration options:</title>
    144 
    145       <varlistentry>
    146         <term><parameter>CONFIG_EFI_STUB</parameter></term>
    147         <listitem>
    148           <para>On EFI systems, GRUB boots the Linux kernel by invoking the
    149           EFI firmware to load it as an EFI application.  So, EFI stub is
    150           needed to wrap the kernel as an EFI application.</para>
    151         </listitem>
    152       </varlistentry>
    153143
    154144      <varlistentry>
Note: See TracChangeset for help on using the changeset viewer.