Changeset 840b7db


Ignore:
Timestamp:
03/19/2020 02:39:55 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c06f49a
Parents:
b7dfb42
Message:

Make some minor tweaks to the kernel configuration on systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb7dfb42 r840b7db  
    4242    <listitem revision="sysv"> or <listitem revision="systemd"> as
    4343    appropriate for the entry or if needed the entire day's listitem.
    44        -->
     44    -->
     45    <listitem revision="systemd">
     46      <para>2020-03-18</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Make minor modifications to the kernel configuration
     50          in order to match the configuration options to there current positions
     51          in Linux-5.5</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4556    <listitem>
    4657      <para>2020-03-15</para>
  • chapter08/kernel.xml

    rb7dfb42 r840b7db  
    8787      <screen role="nodump" revision="systemd">
    8888General setup -->
     89   [*] Control Group support [CONFIG_CGROUPS]
    8990   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    9091   [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;         
    9192      [*] open by fhandle syscalls [CONFIG_FHANDLE]
    9293   [ ] Auditing support [CONFIG_AUDIT]
    93    [*] Control Group support [CONFIG_CGROUPS]
    9494Processor type and features  ---&gt;
    9595   [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
     
    110110  Pseudo filesystems  ---&gt;
    111111   [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    112    [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
    113 Kernel hacking  ---&gt;
    114    x86 Debugging ---&gt;
    115        Choose kernel unwinder (Frame pointer unwinder)  ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
     112   [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
    116113    </note>
    117114
  • general.ent

    rb7dfb42 r840b7db  
    1 <!ENTITY version         "SVN-20200315">
     1<!ENTITY version         "SVN-20200318">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200315-systemd">
     6<!ENTITY versiond        "20200318-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "March 15th, 2020">
     10<!ENTITY releasedate     "March 18th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.