=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/41.html,v retrieving revision 1.118 retrieving revision 1.119 diff -c -r1.118 -r1.119 *** www/41.html 2019/06/13 06:05:00 1.118 --- www/41.html 2019/06/13 06:16:25 1.119 *************** *** 618,641 **** src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: -
  # mkdir -p /usr/src
  # cd /usr/src
  # tar xvfz /tmp/src.tar.gz
  
-

sys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract: -

  # mkdir -p /usr/src/sys
  # cd /usr/src
  # tar xvfz /tmp/sys.tar.gz
  
-

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 --- 618,637 ----