Changeset c72e9c2


Ignore:
Timestamp:
01/27/2005 11:20:32 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
81bc302
Parents:
4918766
Message:
  • Added warning that the /usr/src/linux symlink shouldn't be created - bug 1012

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4918766 rc72e9c2  
    7474</itemizedlist>
    7575</listitem>
     76
     77<listitem><para>January 27, 2005 [matt]: Added a warning that the
     78<filename class="symlink">/usr/src/linux</filename> symlink shouldn't be
     79created.  Fixes bug 1012.</para></listitem>
    7680
    7781<listitem><para>January 27, 2005 [matt]: Added link to the live-cd FTP
  • chapter08/kernel.xml

    r4918766 rc72e9c2  
    181181source.</para>
    182182
    183 <para>If the kernel source tree is going to retained, run
     183<para>If the kernel source tree is going to be retained, run
    184184<command>chown -R 0:0</command> on the <filename
    185185class="directory">linux-&linux-version;</filename> directory to ensure
    186186all files are owned by user <emphasis>root</emphasis>.</para>
     187
     188<warning><para>Some kernel documentation recommends creating a symlink from
     189<filename class="symlink">/usr/src/linux</filename> pointing to the kernel
     190source directory.  This is specific to kernels prior to the 2.6 series and
     191<emphasis>must not</emphasis> be created on an LFS system as it can cause
     192problems for packages you may wish to build once your base LFS system is
     193complete.</para></warning>
     194
    187195</sect2>
    188196
Note: See TracChangeset for help on using the changeset viewer.