Changeset bdcc868 for chapter10


Ignore:
Timestamp:
07/01/2024 07:01:53 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
fd4bf9d
Parents:
2324b83 (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/arm64

Location:
chapter10
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r2324b83 rbdcc868  
    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
  • chapter10/kernel/kernel.version

    r2324b83 rbdcc868  
    1 6.8.2
     16.8.9
  • chapter10/kernel/systemd.toml

    r2324b83 rbdcc868  
    2424TMPFS='*'
    2525TMPFS_POSIX_ACL='*'
     26CGROUP_SCHED='* '
     27
     28[RT_GROUP_SCHED]
     29value = ' '
     30comment = 'This may cause some systemd features malfunction'
    2631
    2732revision='systemd'
  • chapter10/kernel/systemd.xml

    r2324b83 rbdcc868  
    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]
    88  <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---&gt;
     
    1212  &lt; &gt; <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz      [IKHEADERS]
    1313  [*] <emphasis role='blue'>C</emphasis>ontrol Group support ---&gt;                                       [CGROUPS]
    14     [*] 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]
    1518  [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt;            [EXPERT]
    1619
Note: See TracChangeset for help on using the changeset viewer.