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

Diff for /www/35.html between version 1.124 and 1.125

version 1.124, 2019/06/13 06:05:00 version 1.125, 2019/06/13 06:16:25
Line 580 
Line 580 
 <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.  <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
 This file contains everything you need except for the kernel sources, which are  This file contains everything you need except for the kernel sources, which are
 in a separate archive.  To extract:  in a separate archive.  To extract:
   
 <blockquote><pre>  <blockquote><pre>
 # <kbd>mkdir -p /usr/src</kbd>  # <kbd>mkdir -p /usr/src</kbd>
 # <kbd>cd /usr/src</kbd>  # <kbd>cd /usr/src</kbd>
 # <kbd>tar xvfz /tmp/src.tar.gz</kbd>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
 <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.  <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
 This file contains all the kernel sources you need to rebuild kernels.  This file contains all the kernel sources you need to rebuild kernels.
 To extract:  To extract:
   
 <blockquote><pre>  <blockquote><pre>
 # <kbd>mkdir -p /usr/src/sys</kbd>  # <kbd>mkdir -p /usr/src/sys</kbd>
 # <kbd>cd /usr/src</kbd>  # <kbd>cd /usr/src</kbd>
 # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>  # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
 Both of these trees are a regular CVS checkout.  Using these trees it  Both of these trees are a regular CVS checkout.  Using these trees it
 is possible to get a head-start on using the anoncvs servers as  is possible to get a head-start on using the anoncvs servers as

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125