mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 14:49:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
bb2febd46a
@ -39,6 +39,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem revision="systemd">
|
||||||
|
<para>2021-01-03</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Add additional kernel configuration to allow for
|
||||||
|
'systemd-oomd' to function.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2022-01-01</para>
|
<para>2022-01-01</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -50,7 +50,9 @@
|
|||||||
--disable-chfn-chsh \
|
--disable-chfn-chsh \
|
||||||
--disable-login \
|
--disable-login \
|
||||||
--disable-nologin \
|
--disable-nologin \
|
||||||
|
--disable-su \
|
||||||
--disable-setpriv \
|
--disable-setpriv \
|
||||||
|
--disable-runuser \
|
||||||
--disable-pylibmount \
|
--disable-pylibmount \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python \
|
||||||
@ -64,7 +66,9 @@
|
|||||||
--disable-chfn-chsh \
|
--disable-chfn-chsh \
|
||||||
--disable-login \
|
--disable-login \
|
||||||
--disable-nologin \
|
--disable-nologin \
|
||||||
|
--disable-su \
|
||||||
--disable-setpriv \
|
--disable-setpriv \
|
||||||
|
--disable-runuser \
|
||||||
--disable-pylibmount \
|
--disable-pylibmount \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python \
|
||||||
|
@ -122,6 +122,8 @@ Device Drivers --->
|
|||||||
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
||||||
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
||||||
[*] open by fhandle syscalls [CONFIG_FHANDLE]
|
[*] open by fhandle syscalls [CONFIG_FHANDLE]
|
||||||
|
CPU/Task time and stats accounting --->
|
||||||
|
[*] Pressure stall information tracking [CONFIG_PSI]
|
||||||
Firmware Drivers --->
|
Firmware Drivers --->
|
||||||
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
||||||
General architecture-dependent options --->
|
General architecture-dependent options --->
|
||||||
|
Loading…
Reference in New Issue
Block a user