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

Diff for /www/anoncvs.html between version 1.94 and 1.95

version 1.94, 1999/10/20 15:05:15 version 1.95, 1999/11/11 23:32:14
Line 55 
Line 55 
 <p>  <p>
 People who own an OpenBSD CD may have seen the CVS/ dirs on it.  People who own an OpenBSD CD may have seen the CVS/ dirs on it.
 Actually there is a reason, the CD has a checkout of the OpenBSD src/ module  Actually there is a reason, the CD has a checkout of the OpenBSD src/ module
 usable to continue updating from.  Using this tree will results in a much  usable to continue updating from.  Using this tree will result in a much
 faster initial CVS update than a fresh checkout of the full OpenBSD  faster initial CVS update than a fresh checkout of the full OpenBSD
 source tree.  There are two ways of using the CD:  source tree.  There are two ways of using the CD:
 <ul>  <ul>
 <li>copy the tree off it, (assuming the CD is mounted on /mnt):  <li>copy the tree off it, (assuming the CD is mounted on /mnt):
 <pre>  <pre>
         <b>#</b> cd /mnt; cp -Rp CVS Makefile bin distrib etc games gnu \          <b>#</b> cd /mnt; pax -rw CVS Makefile [a-z]* /usr/src
         <b>&gt;</b> include kerberosIV lib libexec lkm regress sbin share \  
         <b>&gt;</b> sys usr.bin usr.sbin /usr/src  
 </pre>  </pre>
 <li>use a union mount with the CD below a writable directory.  <li>or use a union mount with the CD below a writable directory.
 <pre>  <pre>
         <b>#</b> mount -t union -o -b /mnt /usr/src          <b>#</b> mount -t union -o -b /mnt /usr/src
 </pre>  </pre>

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95