mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
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
This commit is contained in:
parent
f96d873253
commit
1c5e4348ae
@ -202,10 +202,17 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
|
|||||||
on the machine. That person would then have write access to the kernel
|
on the machine. That person would then have write access to the kernel
|
||||||
source.</para>
|
source.</para>
|
||||||
|
|
||||||
<para>If the kernel source tree is going to be retained, run
|
<note>
|
||||||
<command>chown -R 0:0</command> on the <filename
|
<para>In many cases, the configuration of the kernel will need to be
|
||||||
class="directory">linux-&linux-version;</filename> directory to ensure
|
updated for packages that will be installed later in BLFS. Unlike
|
||||||
all files are owned by user <emphasis>root</emphasis>.</para>
|
other packages, it is not necessary to remove the kernel source tree
|
||||||
|
after the newly built kernel is installed.</para>
|
||||||
|
|
||||||
|
<para>If the kernel source tree is going to be retained, run
|
||||||
|
<command>chown -R 0:0</command> on the <filename
|
||||||
|
class="directory">linux-&linux-version;</filename> directory to ensure
|
||||||
|
all files are owned by user <emphasis>root</emphasis>.</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
<warning>
|
<warning>
|
||||||
<para>Some kernel documentation recommends creating a symlink from
|
<para>Some kernel documentation recommends creating a symlink from
|
||||||
|
Loading…
Reference in New Issue
Block a user