Changeset d58da4b for chapter10


Ignore:
Timestamp:
07/25/2023 03:54:43 AM (12 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
2df066c9
Parents:
7b7733d (diff), 91aeb6f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r7b7733d rd58da4b  
    5656        the procedures below fairly closely.  The objective is to get an
    5757        initial system to a point where you can log in at the command line when
    58         you reboot later in <xref linkend="ch-finish-reboot"/>.  At his point
     58        you reboot later in <xref linkend="ch-finish-reboot"/>.  At this point
    5959        optimization and customization is not a goal.
    6060      </para>
     
    164164   [*] Control Group support [CONFIG_CGROUPS]   ---&gt;
    165165      [*] Memory controller [CONFIG_MEMCG]
    166    [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    167166   [ ] Configure standard kernel features (expert users) [CONFIG_EXPERT]
    168167General architecture-dependent options  ---&gt;
     
    308307        <listitem>
    309308          <para>Having this option set may interfere with device
    310           management when using Udev/Eudev. </para>
     309          management when using Udev.</para>
    311310        </listitem>
    312311      </varlistentry>
     
    318317          kernel, even without Udev running.  Udev then runs on top of this,
    319318          managing permissions and adding symlinks.  This configuration
    320           item is required for all users of Udev/Eudev.</para>
     319          item is required for all users of Udev.</para>
    321320        </listitem>
    322321      </varlistentry>
     
    431430    <para>Install the documentation for the Linux kernel:</para>
    432431
    433 <screen><userinput remap="install">install -d /usr/share/doc/linux-&linux-version;
    434 cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
     432<screen><userinput remap="install">cp -r Documentation -T /usr/share/doc/linux-&linux-version;</userinput></screen>
    435433
    436434    <para>It is important to note that the files in the kernel source
Note: See TracChangeset for help on using the changeset viewer.