mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
Merge branch 'trunk' into xry111/clfs-ng
This commit is contained in:
commit
0000f2618f
@ -2,7 +2,7 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
# Begin mountvirtfs
|
# Begin mountvirtfs
|
||||||
#
|
#
|
||||||
# Description : Mount proc, sysfs, and run
|
# Description : Ensure proc, sysfs, run, and dev are mounted
|
||||||
#
|
#
|
||||||
# Authors : Gerard Beekmans - gerard@linuxfromscratch.org
|
# Authors : Gerard Beekmans - gerard@linuxfromscratch.org
|
||||||
# DJ Lucas - dj@linuxfromscratch.org
|
# DJ Lucas - dj@linuxfromscratch.org
|
||||||
@ -20,10 +20,12 @@
|
|||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
# Default-Start: S
|
# Default-Start: S
|
||||||
# Default-Stop:
|
# Default-Stop:
|
||||||
# Short-Description: Mounts /sys and /proc virtual (kernel) filesystems.
|
# Short-Description: Mounts various special fs needed at start
|
||||||
# Mounts /run (tmpfs) and /dev (devtmpfs).
|
|
||||||
# Description: Mounts /sys and /proc virtual (kernel) filesystems.
|
# Description: Mounts /sys and /proc virtual (kernel) filesystems.
|
||||||
# Mounts /run (tmpfs) and /dev (devtmpfs).
|
# Mounts /run (tmpfs) and /dev (devtmpfs).
|
||||||
|
# This is done only if they are not already mounted.
|
||||||
|
# with the kernel config proposed in the book, dev
|
||||||
|
# should be automatically mounted by the kernel.
|
||||||
# X-LFS-Provided-By: LFS
|
# X-LFS-Provided-By: LFS
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
|
@ -113,38 +113,40 @@ Device Drivers --->
|
|||||||
[*] Support for frame buffer devices ----
|
[*] Support for frame buffer devices ----
|
||||||
Generic Driver Options --->
|
Generic Driver Options --->
|
||||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
|
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
||||||
|
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]</screen>
|
||||||
|
|
||||||
<screen role="nodump" revision="systemd">General setup -->
|
<screen role="nodump" revision="systemd">General setup -->
|
||||||
[ ] Auditing Support [CONFIG_AUDIT]
|
[ ] Auditing Support [CONFIG_AUDIT]
|
||||||
|
CPU/Task time and stats accounting --->
|
||||||
|
[*] Pressure stall information tracking [CONFIG_PSI]
|
||||||
< > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
|
< > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
|
||||||
[*] Control Group support [CONFIG_CGROUPS] --->
|
[*] Control Group support [CONFIG_CGROUPS] --->
|
||||||
[*] Memory controller [CONFIG_MEMCG]
|
[*] Memory controller [CONFIG_MEMCG]
|
||||||
[ ] 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]
|
|
||||||
General architecture-dependent options --->
|
General architecture-dependent options --->
|
||||||
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
|
[*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
|
||||||
Networking support --->
|
Networking support --->
|
||||||
Networking options --->
|
Networking options --->
|
||||||
<*> The IPv6 protocol [CONFIG_IPV6]
|
<*> The IPv6 protocol [CONFIG_IPV6]
|
||||||
Device Drivers --->
|
Device Drivers --->
|
||||||
|
Generic Driver Options --->
|
||||||
|
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||||
|
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
||||||
|
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]
|
||||||
|
Firmware Loader --->
|
||||||
|
[ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
|
||||||
Firmware Drivers --->
|
Firmware Drivers --->
|
||||||
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
[*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
|
||||||
Graphics support --->
|
Graphics support --->
|
||||||
Frame buffer Devices --->
|
Frame buffer Devices --->
|
||||||
[*] Support for frame buffer devices ----
|
<*> Support for frame buffer devices --->
|
||||||
Generic Driver Options --->
|
|
||||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
|
||||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
|
|
||||||
Firmware Loader --->
|
|
||||||
[ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
|
|
||||||
File systems --->
|
File systems --->
|
||||||
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]
|
[*] Inotify support for userspace [CONFIG_INOTIFY_USER]
|
||||||
Pseudo filesystems --->
|
Pseudo filesystems --->
|
||||||
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</screen>
|
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</screen>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<note revision="systemd">
|
<note revision="systemd">
|
||||||
@ -199,6 +201,15 @@ File systems --->
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>Automount devtmpfs at /dev</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This will mount the kernel view of the devices on /dev
|
||||||
|
upon switching to root filesystem just before starting
|
||||||
|
init.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>Alternatively, <command>make oldconfig</command> may be more
|
<para>Alternatively, <command>make oldconfig</command> may be more
|
||||||
|
Loading…
Reference in New Issue
Block a user