diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 930e5a007..c5715f377 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -76,10 +76,14 @@ Device Drivers ---> Generic Driver Options ---> () path to uevent helper - [*] Maintain a devtmpfs filesystem to mount at /dev -File systems ---> - [*] Inotify support for userspace - <*> Kernel automounter version 4 support (also supports v3)</screen></note> + [*] Maintain a devtmpfs filesystem to mount at /dev</screen></note> + + <para>There are several other options that may be desired depending + on teh requirements for the system. For a list of options needed + for BLFS packages, see the <ulink + url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS + Index of Kernel Settings</ulink> + (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para> <variablelist> <title>The rationale for the above configuration items:</title> @@ -102,24 +106,6 @@ File systems ---> </listitem> </varlistentry> - <varlistentry> - <term><parameter>Inotify support</parameter></term> - <listitem> - <para>This allows monitoring of both files and directories via a single - open file descriptor.</para> - </listitem> - </varlistentry> - - <varlistentry> - <term><parameter>Kernel automounter version 4 support</parameter></term> - <listitem> - <para>This allows Desktop - Environments to automatically mount usb sticks and similar, this is - needed to work around a bug with network filesystems which are to be - mounted on boot.</para> - </listitem> - </varlistentry> - </variablelist> <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen> |