Changeset 16f7f0e


Ignore:
Timestamp:
08/23/2022 03:38:12 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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/llvm18, xry111/soup3, 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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    ref5367b r16f7f0e  
    225225    </para>
    226226
     227    <warning>
     228      <para>
     229        Do not run test test suite as &root; or some tests will fail
     230        unexpected and leave some non-FHS-compliant directories in the
     231        <filename class='directory'>/usr</filename> hierarchy.
     232      </para>
     233    </warning>
     234
    227235    <para>
    228236      To test the results, after having installed the package, issue:
    229       <command>ninja test</command>. One test named
    230       <literal>gio / file</literal> is known to fail if the test is run as
    231       the <systemitem class="username">root</systemitem> user.
     237      <command>ninja test</command> as a non-&root; user.
    232238      <!-- glib issue #1954: -->
    233239      <!-- One test named gdbus-server-auth sometimes fails.-->
  • general/genlib/libxml2.xml

    ref5367b r16f7f0e  
    181181
    182182    <para>
    183       <parameter>--with-python=/usr/bin/python3</parameter>: Allows building
     183      <parameter>PYTHON=/usr/bin/python3</parameter>: Allows building
    184184      the libxml2 module with Python3 instead of Python2.
    185185    </para>
  • general/genutils/mandoc.xml

    ref5367b r16f7f0e  
    3333    </para>
    3434
    35     &lfs111_checked;
     35    &lfs112_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • 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.