Ignore:
Timestamp:
05/15/2014 08:17:02 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
acbaccd
Parents:
bf2bd25
Message:

Clarify kernel configuration settings.
Fix gcc LTO symlink for i686 systems.
Fix kbd-2.0.1.tar.gz md5sum.
Fix procps-ng url.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rbf2bd25 rd13c6db  
    7777  Generic Driver Options  ---&gt;
    7878    ()  path to uevent helper
    79     [*] Maintain a devtmpfs filesystem to mount at /dev
    80 File systems  ---&gt;
    81   [*] Inotify support for userspace
    82   &lt;*&gt; Kernel automounter version 4 support (also supports v3)</screen></note>
     79    [*] Maintain a devtmpfs filesystem to mount at /dev</screen></note>
     80
     81    <para>There are several other options that may be desired depending
     82    on teh requirements for the system. For a list of options needed
     83    for BLFS packages, see the <ulink
     84    url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS
     85    Index of Kernel Settings</ulink>
     86    (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para>
    8387
    8488    <variablelist>
     
    100104          managing permissions and adding symlinks.  This configuration
    101105          itme is required for all users of udev/eudev. </para>
    102         </listitem>
    103       </varlistentry>
    104 
    105       <varlistentry>
    106         <term><parameter>Inotify support</parameter></term>
    107         <listitem>
    108           <para>This allows monitoring of both files and directories via a single
    109           open file descriptor.</para>
    110         </listitem>
    111       </varlistentry>
    112 
    113       <varlistentry>
    114         <term><parameter>Kernel automounter version 4 support</parameter></term>
    115         <listitem>
    116           <para>This allows Desktop
    117           Environments to automatically mount usb sticks and similar, this is
    118           needed to work around a bug with network filesystems which are to be
    119           mounted on boot.</para>
    120106        </listitem>
    121107      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.