Changes between Version 53 and Version 54 of NanoBSD


Ignore:
Timestamp:
Jul 14, 2009, 9:35:13 AM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v53 v54  
    1515 1. Run the basic CD installer of 7.2.
    1616
    17    The procedure below has been tested with 7.2-RELEASE (standard developer install will fit our needs). Installing FreeBSD is outside the scope of this 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.
     17   The procedure below has been tested with 7.2-RELEASE (standard developer install, no ports, will fit our needs). Installing FreeBSD is outside the scope of this 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.
    1818
    1919Please do mind that all commands below need to be executed as root, due to the many mounts and unmounts done in various phases.
     
    3131 {{{
    3232 $ setenv FTP_PASSIVE_MODE YES
    33  $ (cd /usr/ports/devel/subversion; make install clean BATCH=yes)
     33 $ cd /usr/ports/devel/subversion; make install clean BATCH=yes
    3434 }}}
    3535 1. OPTIONAL, every developer has his own preferences, these are mine ;-)