Changeset e6ab4b5 for chapter08


Ignore:
Timestamp:
02/03/2006 06:23:22 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa994c9
Parents:
b4cd3c5
Message:

Ported r7294 to r7325 from trunk to alphabetical branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rb4cd3c5 re6ab4b5  
    147147
    148148<screen><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
     149
     150    <para>Install the documentation for the Linux kernel:</para>
     151
     152<screen>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
     153cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen>
    149154
    150155    <para>It is important to note that the files in the kernel source
Note: See TracChangeset for help on using the changeset viewer.