Changeset e4bdd547


Ignore:
Timestamp:
03/02/2024 03:16:55 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
c301941
Parents:
0566a05 (diff), 0fd7f40b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/procps.xml

    r0566a05 re4bdd547  
    7676    <para>To run the test suite, run:</para>
    7777
    78 <screen><userinput remap="test">su tester -c "PATH=$PATH make check"</userinput></screen>
     78<screen><userinput remap="test">chown -R tester .
     79su tester -c "PATH=$PATH make check"</userinput></screen>
    7980
    8081    <para>One test named
  • chapter10/kernel/kernel.version

    r0566a05 re4bdd547  
    1 6.7.1
     16.7.4
  • chapter10/kernel/systemd.toml

    r0566a05 re4bdd547  
    1515DEVTMPFS_MOUNT='*'
    1616DRM=' *M'
    17 AUDIT=' '
    1817NET='*'
    1918INET='*'
  • chapter10/kernel/systemd.xml

    r0566a05 re4bdd547  
    66<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
    77  [ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors                        [WERROR]
    8   [ ] <emphasis role='blue'>A</emphasis>uditing support                                                   [AUDIT]
    98  <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---&gt;
    109    [*] <emphasis role='blue'>P</emphasis>ressure stall information tracking                                [PSI]
Note: See TracChangeset for help on using the changeset viewer.