mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add comments about the kernel make defconfig option
when configuring the kernel. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10306 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
899d530eb7
commit
7e3a2897e7
@ -38,6 +38,12 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-07-20</para>
|
<para>2013-07-20</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add comments about the kernel
|
||||||
|
<command>make defconfig</command> option when configuring
|
||||||
|
the kernel. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3379">#3379</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to iproute2-3.10.1.</para>
|
<para>[bdubbs] - Update to iproute2-3.10.1.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -65,7 +65,12 @@
|
|||||||
information about configuring and building the kernel can be found at
|
information about configuring and building the kernel can be found at
|
||||||
<ulink url="http://www.kroah.com/lkn/"/> </para>
|
<ulink url="http://www.kroah.com/lkn/"/> </para>
|
||||||
|
|
||||||
<note><para>Due to recent changes in <application>udev</application>, be sure to
|
<note><para>A good starting place for setting up the kernel configuration
|
||||||
|
is to run <command>make defconfig</command>. This will set the base
|
||||||
|
configuration to a good state that takes your current system architecture
|
||||||
|
into account.</para>
|
||||||
|
|
||||||
|
<para>Due to recent changes in <application>udev</application>, be sure to
|
||||||
select:</para>
|
select:</para>
|
||||||
|
|
||||||
<screen role="nodump">Device Drivers --->
|
<screen role="nodump">Device Drivers --->
|
||||||
|
Loading…
Reference in New Issue
Block a user