Changeset e4b4c5a0 for chapter10


Ignore:
Timestamp:
07/01/2024 06:59:19 AM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2b63974
Parents:
fe48a03 (diff), 201aa93 (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 remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter10
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rfe48a03 re4b4c5a0  
    5656        the procedures below fairly closely.  The objective is to get an
    5757        initial system to a point where you can log in at the command line when
    58         you reboot later in <xref linkend="ch-finish-reboot"/>.  At this point
    59         optimization and customization is not a goal.
     58        you reboot later in <xref linkend="ch-finish-reboot" role='.'/>
     59        At this point optimization and customization is not a goal.
    6060      </para>
    6161
     
    8888
    8989    <para>There are several ways to configure the kernel options. Usually,
    90     This is done through a menu-driven interface, for example:</para>
     90    this is done through a menu-driven interface, for example:</para>
    9191
    9292<screen role="nodump"><userinput>make menuconfig</userinput></screen>
  • chapter10/kernel/kernel.version

    rfe48a03 re4b4c5a0  
    1 6.7.1
     16.8.9
  • chapter10/kernel/systemd.toml

    rfe48a03 re4b4c5a0  
    1515DEVTMPFS_MOUNT='*'
    1616DRM=' *M'
    17 AUDIT=' '
    1817NET='*'
    1918INET='*'
     
    2524TMPFS='*'
    2625TMPFS_POSIX_ACL='*'
     26CGROUP_SCHED='* '
     27
     28[RT_GROUP_SCHED]
     29value = ' '
     30comment = 'This may cause some systemd features malfunction'
    2731
    2832revision='systemd'
  • chapter10/kernel/systemd.xml

    rfe48a03 re4b4c5a0  
    44<!-- Automatically generated by kernel-config.py
    55     DO NOT EDIT! -->
    6 <screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
     6<screen role="nodump"><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]
     
    1312  &lt; &gt; <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz      [IKHEADERS]
    1413  [*] <emphasis role='blue'>C</emphasis>ontrol Group support ---&gt;                                       [CGROUPS]
    15     [*] M<emphasis role='blue'>e</emphasis>mory controller                                                [MEMCG]
     14    [*]   M<emphasis role='blue'>e</emphasis>mory controller                                              [MEMCG]
     15    [ /*] <emphasis role='blue'>C</emphasis>PU controller ---&gt;                                     [CGROUP_SCHED]
     16      # This may cause some systemd features malfunction:
     17      [ ] <emphasis role='blue'>G</emphasis>roup scheduling for SCHED_RR/FIFO                    [RT_GROUP_SCHED]
    1618  [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt;            [EXPERT]
    1719
Note: See TracChangeset for help on using the changeset viewer.