[BACK]Return to anoncvs.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/anoncvs.html between version 1.224 and 1.225

version 1.224, 2004/11/24 05:41:15 version 1.225, 2004/11/24 20:29:47
Line 128 
Line 128 
 files to minimize the time required to download for those wishing to work  files to minimize the time required to download for those wishing to work
 with only one part of the tree.  The two files are <tt>sys.tar.gz</tt>,  with only one part of the tree.  The two files are <tt>sys.tar.gz</tt>,
 which contains the files used to create the kernel, and <tt>src.tar.gz</tt>  which contains the files used to create the kernel, and <tt>src.tar.gz</tt>
 which contains all the other "userland" utilties.  which contains all the other "userland" utilities.
 In general, however, you will usually want both of them installed.  In general, however, you will usually want both of them installed.
 Assuming the downloaded files, <tt>src.tar.gz</tt> and  Assuming the downloaded files, <tt>src.tar.gz</tt> and
 <tt>sys.tar.gz</tt> are in <tt>/usr</tt>:  <tt>sys.tar.gz</tt> are in <tt>/usr</tt>:
Line 136 
Line 136 
 <pre>  <pre>
     # <b>cd /usr/src</b>      # <b>cd /usr/src</b>
     # <b>tar xzf ../sys.tar.gz</b>      # <b>tar xzf ../sys.tar.gz</b>
     # <b>tar xzf ../src.sys.gz</b>      # <b>tar xzf ../src.tar.gz</b>
 </pre>  </pre>
   
 <p>  <p>

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225