Changeset 2266a90


Ignore:
Timestamp:
03/10/2023 11:33:18 AM (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:
7ef6fd1
Parents:
3165d82
git-author:
Xi Ruoyao <xry111@…> (03/10/2023 11:22:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (03/10/2023 11:33:18 AM)
Message:

grub-setup: Adjust kernel config

With CONFIG_EXPERT disabled in LFS, CONFIG_FRAMEBUFFER_CONSOLE should be
forced to y. Update the menu to reflect this.

CONFIG_NLS is also forced to y with CONFIG_ACPI and CONFIG_PCI enabled
(both should be necessary for any x86 system produced in 21st century).

Don't encourage user to be too "advanced".

File:
1 edited

Legend:

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

    r3165d82 r2266a90  
    118118Enable the block layer ---&gt;
    119119  Partition Types ---&gt;
    120     [*] Advanced partition selection                            [CONFIG_PARTITION_ADVANCED]
    121     [*] EFI GUID Partition support                              [CONFIG_EFI_PARTITION]
     120    [*/ ] Advanced partition selection                          [CONFIG_PARTITION_ADVANCED]
     121    [*]   EFI GUID Partition support                            [CONFIG_EFI_PARTITION]
    122122Device Drivers ---&gt;
    123123  Firmware Drivers ---&gt;
     
    130130      &lt;*&gt; Support for frame buffer devices ---&gt;                 [CONFIG_FB]
    131131    Console display driver support ---&gt;
    132       [*] Framebuffer Console support                           [CONFIG_FRAMEBUFFER_CONSOLE]
     132      -*- Framebuffer Console support                           [CONFIG_FRAMEBUFFER_CONSOLE]
    133133File systems ---&gt;
    134134  DOS/FAT/EXFAT/NT Filesystems ---&gt;
     
    136136  Pseudo filesystems ---&gt;
    137137    &lt;*/M&gt; EFI Variable filesystem                               [CONFIG_EFIVAR_FS]
    138   {*/M} Native language support ---&gt;                            [CONFIG_NLS]
     138  -*- Native language support ---&gt;                              [CONFIG_NLS]
    139139    &lt;*/M&gt; Codepage 437 (United States, Canada)                  [CONFIG_NLS_CODEPAGE_437]
    140140    &lt;*/M&gt; NLS ISO 8859-1  (Latin 1; Western European Languages) [CONFIG_NLS_ISO8859_1]</literal></screen>
     
    149149          EFI firmware to load it as an EFI application.  So, EFI stub is
    150150          needed to wrap the kernel as an EFI application.</para>
     151        </listitem>
     152      </varlistentry>
     153
     154      <varlistentry>
     155        <term><parameter>CONFIG_PARTITION_ADVANCED</parameter></term>
     156        <listitem>
     157          <para>If it's not enabled,
     158          <parameter>CONFIG_EFI_PARTITION</parameter> will be enabled
     159          automatically.  But when it's enabled, you must set
     160          <parameter>CONFIG_EFI_PARTITION</parameter> to enabled as
     161          well.</para>
    151162        </listitem>
    152163      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.