diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-18 18:46:59 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-18 18:46:59 +0000 |
commit | 1fd8dc2b21b836174df726eadfb9f89ac4bf568b (patch) | |
tree | 1a1b53ef5ef16a471cbd0bf4d1f598009e181b41 | |
parent | 834968d9515a89acf0f1dce782780c68c07a4af4 (diff) |
Branch b5_1: Added a missing entity in chapter08/kernel.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3643 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 5ad76a1a4..542272c63 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -72,7 +72,7 @@ the <quote>File systems</quote> menu and is normally enabled by default.</para> <filename>/etc/modules.conf</filename> file. Information pertaining to modules and to kernel configuration in general may be found in the kernel documentation, which is found in the -<filename>linux-2.4.25/Documentation</filename> directory. The +<filename>linux-&linux-version;/Documentation</filename> directory. The modules.conf man page and the kernel HOWTO at <ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of interest to you.</para> @@ -130,7 +130,7 @@ person would have write access to the kernel source.</para> <para>If you are going to keep the kernel source tree around, you may want to run <userinput>chown -R 0:0</userinput> on the -<filename>linux-2.4.25</filename> directory to ensure all files are +<filename>linux-&linux-version;</filename> directory to ensure all files are owned by user <emphasis>root</emphasis>.</para> </sect2> |