Changeset 16f7f0e for postlfs


Ignore:
Timestamp:
08/23/2022 03:38:12 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
0ddf4e7
Parents:
ef5367b
Message:

Squashed commit of UEFI tags for 11.2 and some text changes

grub-setup: update version numbers in example to match LFS 11.2
grub-efi: tag for 11.2
freetype2: tag for 11.2
brotli: tag for 11.2
harfbuzz: tag for 11.2
glib2: don't run test suite as root (text only change)
graphite2: tag for 11.2
libxml2: align explanation with acutal command (text only change)
libpng: tag for 11.2
efibootmgr: tag for 11.2
efivar: tag for 11.2
mandoc: tag for 11.2

Location:
postlfs/filesystems/uefi-bootloaders
Files:
4 edited

Legend:

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

    ref5367b r16f7f0e  
    3434    </para>
    3535
    36     &lfs111_checked;
     36    &lfs112_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/uefi-bootloaders/efivar.xml

    ref5367b r16f7f0e  
    3434    </para>
    3535
    36     &lfs111_checked;
     36    &lfs112_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/uefi-bootloaders/grub-efi.xml

    ref5367b r16f7f0e  
    4343    </para>
    4444
    45     &lfs111_checked;
     45    &lfs112_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    ref5367b r16f7f0e  
    6262<screen role="nodump"><userinput>fdisk /dev/sdx</userinput>
    6363<literal>
    64 Welcome to fdisk (util-linux 2.37.4).
     64Welcome to fdisk (util-linux 2.38.1).
    6565Changes will remain in memory only, until you decide to write them.
    6666Be careful before using the write command.
     
    300300    <para>
    301301      <filename>grubx64.efi</filename> is very lightweight (136 KB with
    302       GRUB-2.06~rc1) so it will not use much space in the ESP.  A typical ESP
     302      GRUB-2.06) so it will not use much space in the ESP.  A typical ESP
    303303      size is 100 MB (for Windows boot manager, which uses about 50 MB in
    304304      the ESP). Once <filename>grubx64.efi</filename> loaded by the
     
    375375fi
    376376
    377 menuentry "GNU/Linux, Linux 5.18.8-lfs-r11.1-147"  {
    378   linux   /boot/vmlinuz-5.18.8-lfs-r11.1-147 root=/dev/sda2 ro
     377menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2"  {
     378  linux   /boot/vmlinuz-5.19.2-lfs-11.2 root=/dev/sda2 ro
    379379}
    380380
     
    386386    <para>
    387387      <literal>(hd0,2)</literal>, <literal>sda2</literal>, and
    388       <literal>5.18.8-lfs-r11.1-147</literal> should be replaced to match your
     388      <literal>5.19.2-lfs-11.2</literal> should be replaced to match your
    389389      configuration.
    390390    </para>
     
    417417<literal># Begin Windows addition
    418418
    419 menuentry "Windows 10" {
     419menuentry "Windows 11" {
    420420  insmod fat
    421421  insmod chain
Note: See TracChangeset for help on using the changeset viewer.