Changes between Version 10 and Version 11 of NanoBSD


Ignore:
Timestamp:
Apr 20, 2009, 2:08:16 PM (15 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v10 v11  
    1313 Get yourself a fresh freebsd host with ports and subversion installed
    1414 1. Run the basic CD installer of 7.x. Manual tested with 7.1-RELEASE (real basic install will fit our needs). Installing FreeBSD is not scope of the document, take a look into [http://www.freebsd.org/doc/en/books/handbook/install.html the FreeBSD handbook Chapter 2 Installing FreeBSD] if you do not know the details.
    15  1. get latest sources {{{ cvup -g -L 2 -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile }}}
    16  1. install subversion {{{ pkg_add -r subversion}}}
     15 1. get latest sources {{{ csup -g -L 2 -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile }}}
     16 1. install subversion {{{ pkg_add -r subversion }}}
     17 1. fetch ports {{{ portsnap fetch extract }}}
    1718
    1819= Introduction =