Browse Source

Corrected kernel chown command. Update date.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 years ago
parent
commit
9c2045d706
2 changed files with 4 additions and 4 deletions
  1. 2 2
      chapter06/kernel-inst.xml
  2. 2 2
      index.xml

+ 2 - 2
chapter06/kernel-inst.xml

@@ -18,8 +18,8 @@ around for a long time, so there's a chance that whatever userid was used will
 be assigned to somebody on your machine and that person would have write
 be assigned to somebody on your machine and that person would have write
 access to the kernel source.</para>
 access to the kernel source.</para>
 
 
-<para>In light of this, you might want to run <userinput>chown
-0.0</userinput> on the <filename>linux-&kernel-version;</filename> directory
+<para>In light of this, you might want to run <userinput>chown -R 0:0</userinput>
+on the <filename>linux-&kernel-version;</filename> directory
 to ensure all files are owned by user <emphasis>root</emphasis>.</para>
 to ensure all files are owned by user <emphasis>root</emphasis>.</para>
 
 
 <para>Kernel header installation requires the <emphasis>pwd</emphasis> program.
 <para>Kernel header installation requires the <emphasis>pwd</emphasis> program.

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 
 <!ENTITY book SYSTEM "book/book.xml">
 <!ENTITY book SYSTEM "book/book.xml">
 
 
-<!ENTITY version "20030115">
-<!ENTITY releasedate "January 15th, 2003">
+<!ENTITY version "20030116">
+<!ENTITY releasedate "January 16th, 2003">
 
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">