Changeset 1c5e434


Ignore:
Timestamp:
04/17/2015 05:38:51 PM (9 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.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:
d0da965a
Parents:
f96d873
Message:

Add a note that deleting the kernel source after building
is not necessary.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rf96d873 r1c5e434  
    203203    source.</para>
    204204
    205     <para>If the kernel source tree is going to be retained, run
    206     <command>chown -R 0:0</command> on the <filename
    207     class="directory">linux-&linux-version;</filename> directory to ensure
    208     all files are owned by user <emphasis>root</emphasis>.</para>
     205    <note>
     206      <para>In many cases, the configuration of the kernel will need to be
     207      updated for packages that will be installed later in BLFS.  Unlike
     208      other packages, it is not necessary to remove the kernel source tree
     209      after the newly built kernel is installed.</para> 
     210   
     211      <para>If the kernel source tree is going to be retained, run
     212      <command>chown -R 0:0</command> on the <filename
     213      class="directory">linux-&linux-version;</filename> directory to ensure
     214      all files are owned by user <emphasis>root</emphasis>.</para>
     215    </note>
    209216
    210217    <warning>
Note: See TracChangeset for help on using the changeset viewer.