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

Diff for /www/30.html between version 1.48 and 1.49

version 1.48, 2019/06/13 06:05:00 version 1.49, 2019/06/13 06:16:25
Line 306 
Line 306 
 <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/srcsys.tar.gz</kbd>  # <kbd>tar xvfz /tmp/srcsys.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.48  
changed lines
  Added in v.1.49