Changes between Version 42 and Version 43 of NanoBSD


Ignore:
Timestamp:
Jul 11, 2009, 6:01:30 PM (16 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v42 v43  
    1313 
    1414 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 failes 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.
    1616
    1717Please do mind that all commands below need to be executed as root, due to the many mounts and unmounts done in various phases.
     
    5959
    6060Briefly:
    61  1. Compile all packages below using
     61 1. Compile all required packages using
    6262 {{{
    6363 $ /root/nanobsd/tools/package-build.sh
     
    6767 $ 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
    6868 }}}
    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` }}} for your password
     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` }}} with your password
    7070 1. Build nanobsd (make sure to prepare some coffee;-) )
    7171 {{{