Changes between Version 53 and Version 54 of NanoBSD
- Timestamp:
- Jul 14, 2009, 9:35:13 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v53 v54 15 15 1. Run the basic CD installer of 7.2. 16 16 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. 18 18 19 19 Please do mind that all commands below need to be executed as root, due to the many mounts and unmounts done in various phases. … … 31 31 {{{ 32 32 $ 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 34 34 }}} 35 35 1. OPTIONAL, every developer has his own preferences, these are mine ;-)