diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter08/kernel.xml | 29 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 29 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 46d774314..93940aadc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2016-07-20</para> + <itemizedlist> + <listitem> + <para>[renodr] - Update systemd kernel configuration page to disable + CONFIG_SYSFS_DEPRECATED{,_V2}.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2016-07-19</para> <itemizedlist> diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 75f9f63f7..bf370fe7a 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -82,27 +82,30 @@ Device Drivers ---> [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen> <screen role="nodump" revision="systemd"> - [*] open by fhandle syscalls [CONFIG_FHANDLE] - [ ] Auditing support [CONFIG_AUDIT] - [*] Control Group support [CONFIG_CGROUPS] +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] + [ ] Auditing support [CONFIG_AUDIT] + [*] Control Group support [CONFIG_CGROUPS] Processor type and features ---> - [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] + [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] Networking support ---> Networking options ---> - <*> The IPv6 protocol [CONFIG_IPV6] + <*> The IPv6 protocol [CONFIG_IPV6] Device Drivers ---> 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] + [ ] 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] + [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] File systems ---> - [*] Inotify support for userspace [CONFIG_INOTIFY_USER] - <*> Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS] + [*] Inotify support for userspace [CONFIG_INOTIFY_USER] + <*> Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS] Pseudo filesystems ---> - [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] - [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen> + [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] + [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen> </note> diff --git a/general.ent b/general.ent index 28de8469a..69bf3d136 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20160719"> +<!ENTITY version "SVN-20160720"> <!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 "201607022-systemd"> +<!ENTITY versiond "20160720-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 19, 2016"> +<!ENTITY releasedate "July 20, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.10"> |