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

Diff for /www/60.html between version 1.81 and 1.82

version 1.81, 2019/06/12 20:57:17 version 1.82, 2019/06/13 05:33:57
Line 739 
Line 739 
   
 <section id=install>  <section id=install>
 <h3>How to install</h3>  <h3>How to install</h3>
   <p>
 Following this are the instructions which you would have on a piece of  Following this are the instructions which you would have on a piece of
 paper if you had purchased a CDROM set instead of doing an alternate  paper if you had purchased a CDROM set instead of doing an alternate
 form of install.  The instructions for doing an HTTP (or other style  form of install.  The instructions for doing an HTTP (or other style
 of) install are very similar; the CDROM instructions are left intact  of) install are very similar; the CDROM instructions are left intact
 so that you can see how much easier it would have been if you had  so that you can see how much easier it would have been if you had
 purchased a CDROM instead.  purchased a CDROM instead.
 <p>  
   
 <hr>  <hr>
 <p>  <p>
Line 952 
Line 952 
   
 <section id=upgrade>  <section id=upgrade>
 <h3>How to upgrade</h3>  <h3>How to upgrade</h3>
   <p>
 If you already have an OpenBSD 5.9 system, and do not want to reinstall,  If you already have an OpenBSD 5.9 system, and do not want to reinstall,
 upgrade instructions and advice can be found in the  upgrade instructions and advice can be found in the
 <a href="faq/upgrade60.html">Upgrade Guide</a>.  <a href="faq/upgrade60.html">Upgrade Guide</a>.
Line 961 
Line 962 
   
 <section id=sourcecode>  <section id=sourcecode>
 <h3>Notes about the source code</h3>  <h3>Notes about the source code</h3>
   <p>
 <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,  This file contains everything you need except for the kernel sources,
 which are in a separate archive.  which are in a separate archive.
Line 972 
Line 974 
 # <kbd>tar xvfz /tmp/src.tar.gz</kbd>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <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:
Line 982 
Line 985 
 # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>  # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <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
 described <a href="anoncvs.html">here</a>.  described <a href="anoncvs.html">here</a>.
Line 1002 
Line 1006 
 # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>  # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <p>
 Go read the <a href="faq/ports/index.html">ports</a> page  Go read the <a href="faq/ports/index.html">ports</a> page
 if you know nothing about ports  if you know nothing about ports
 at this point.  This text is not a manual of how to use ports.  at this point.  This text is not a manual of how to use ports.

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82