Changeset 5365c7a for chapter10


Ignore:
Timestamp:
09/03/2024 04:45:55 PM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
7b85e11
Parents:
1e1cb39 (diff), f2c8c6e (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/mips64el

Location:
chapter10
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r1e1cb39 r5365c7a  
    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

    r1e1cb39 r5365c7a  
    1 6.7.4
     16.10.2
  • chapter10/kernel/systemd.toml

    r1e1cb39 r5365c7a  
    1515DEVTMPFS_MOUNT='*'
    1616DRM=' *M'
    17 AUDIT=' '
    1817NET='*'
    1918INET='*'
     
    2524TMPFS='*'
    2625TMPFS_POSIX_ACL='*'
     26CGROUP_SCHED='* '
    2727
    2828revision='systemd'
     29
     30[RT_GROUP_SCHED]
     31value = ' '
     32comment = 'This may cause some systemd features malfunction'
    2933
    3034[DRM_FBDEV_EMULATION]
  • chapter10/kernel/systemd.xml

    r1e1cb39 r5365c7a  
    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]
     
    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
     
    4446    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    4547                                                                      ...  [DRM]
    46     # If [DRM] is selected as * or M, this must be selected:
    47     [ /*]  <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     48      # If [DRM] is selected as * or M, this must be selected:
     49      [ /*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
    4850                                                      ...  [DRM_FBDEV_EMULATION]
    4951    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
  • chapter10/kernel/sysv.xml

    r1e1cb39 r5365c7a  
    3232    &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    3333                                                                      ...  [DRM]
    34     # If [DRM] is selected as * or M, this must be selected:
    35     [ /*]  <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
     34      # If [DRM] is selected as * or M, this must be selected:
     35      [ /*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
    3636                                                      ...  [DRM_FBDEV_EMULATION]
    3737    <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
Note: See TracChangeset for help on using the changeset viewer.