Author: renodr
Date: Sat Feb 15 22:31:38 2020
New Revision: 11751
Log:
systemd: Update kernel configuration to match the arrangement used in Linux-5.5+
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter08/kernel.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Fri Feb 14 10:57:18 2020 (r11750)
+++ trunk/BOOK/chapter01/changelog.xml Sat Feb 15 22:31:38 2020 (r11751)
@@ -42,6 +42,15 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem revision="systemd">
+ <para>2020-02-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Adjust the kernel configuration for systemd to adapt
+ to reorganization changes in Linux 5.5.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>2020-02-14</para>
Modified: trunk/BOOK/chapter08/kernel.xml
==============================================================================
--- trunk/BOOK/chapter08/kernel.xml Fri Feb 14 10:57:18 2020 (r11750)
+++ trunk/BOOK/chapter08/kernel.xml Sat Feb 15 22:31:38 2020 (r11751)
@@ -87,12 +87,14 @@
<screen role="nodump" revision="systemd">
General setup -->
[ ] Enable deprecated sysfs features to support old userspace tools
[CONFIG_SYSFS_DEPRECATED]
- [ ] Enable deprecated sysfs features by default [CONFIG_SYSFS_DEPRECATED_V2]
- [*] open by fhandle syscalls [CONFIG_FHANDLE]
+ [*] Configure standard kernel features (expert users) [CONFIG_EXPERT]
--->
+ [*] open by fhandle syscalls [CONFIG_FHANDLE]
[ ] Auditing support [CONFIG_AUDIT]
[*] Control Group support [CONFIG_CGROUPS]
Processor type and features --->
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
+Firmware Drivers --->
+ [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
Networking support --->
Networking options --->
<*> The IPv6 protocol [CONFIG_IPV6]
@@ -100,16 +102,16 @@
Generic Driver Options --->
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
- [ ] Fallback user-helper invocation for firmware loading
[CONFIG_FW_LOADER_USER_HELPER]
-Firmware Drivers --->
- [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
+ Firmware Loader --->
+ [ ] Enable the firmware sysfs fallback mechanism
[CONFIG_FW_LOADER_USER_HELPER]
File systems --->
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]
- <*> Kernel automounter version 4 support (also supports v3)
[CONFIG_AUTOFS4_FS]
+ <*> Kernel automounter support (supports v3, v4, and v5)
[CONFIG_AUTOFS_FS]
Pseudo filesystems --->
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
[*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
Kernel hacking --->
+ x86 Debugging --->
Choose kernel unwinder (Frame pointer unwinder) --->
[CONFIG_UNWINDER_FRAME_POINTER]</screen>
</note>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Feb 14 10:57:18 2020 (r11750)
+++ trunk/BOOK/general.ent Sat Feb 15 22:31:38 2020 (r11751)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200214">
+<!ENTITY version "SVN-20200216">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20200214-systemd">
+<!ENTITY versiond "20200216-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "February 14th, 2020">
+<!ENTITY releasedate "February 16th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "9.0">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page