Changes between Version 42 and Version 43 of NanoBSD
- Timestamp:
- Jul 11, 2009, 6:01:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v42 v43 13 13 14 14 Get yourself a fresh freebsd host with ports and subversion installed 15 1. Run the basic CD installer of 7.x. The procedure below has been tested with 7.1-RELEASE (standard developer install will fit our needs). Using 7.2 faile s because of lacking ports. 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. Run the basic CD installer of 7.x. The procedure below has been tested with 7.1-RELEASE (standard developer install will fit our needs). Using 7.2 failed because of lacking ports/fetches (?). 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. 16 16 17 17 Please do mind that all commands below need to be executed as root, due to the many mounts and unmounts done in various phases. … … 59 59 60 60 Briefly: 61 1. Compile all packages belowusing61 1. Compile all required packages using 62 62 {{{ 63 63 $ /root/nanobsd/tools/package-build.sh … … 67 67 $ setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15`; echo $CFG_ROOT_PASSWORD 68 68 }}} 69 (if you like a simple password substitute the {{{ `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15` }}} foryour password69 (if you like a simple password substitute the {{{ `dd if=/dev/random bs=10k count=10 | & tr -cd '[a-zA-Z0-9]' | cut -c -15` }}} with your password 70 70 1. Build nanobsd (make sure to prepare some coffee;-) ) 71 71 {{{