Changes between Version 31 and Version 32 of NanoBSD


Ignore:
Timestamp:
Jun 19, 2009, 6:38:18 AM (16 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v31 v32  
    1717Please do mind that all commands below needed to be executed as root user, due to the many mounts and un-mounts done in various phases.
    1818
    19  1. get latest sources {{{ csup  -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile }}}
    20  1. install subversion {{{ pkg_add -r subversion }}}
    21  1. fetch ports {{{ portsnap fetch extract }}}
    22  1. OPTIONAL, every developer has his own preferences, these are mine ;-) {{{ pkg_add -r vim-lite sudo screen }}}
     19 1. get latest sources
     20 {{{
     21 $ csup  -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile
     22 }}}
     23 1. install subversion
     24 {{{
     25 $ pkg_add -r subversion
     26 }}}
     27 1. fetch ports
     28 {{{
     29 $ portsnap fetch extract
     30 }}}
     31 1. OPTIONAL, every developer has his own preferences, these are mine ;-)
     32 {{{
     33 $ pkg_add -r vim-lite sudo screen
     34 }}}
    2335
    2436= Introduction =
     
    4355
    4456Briefly:
    45  1. Compile all packages below using {{{$ /root/nanobsd/tools/package-build.sh}}}
     57 1. Compile all packages below using
     58 {{{
     59 $ /root/nanobsd/tools/package-build.sh
     60 }}}
    4661 1. Set your favorite root password to be used in the image
    4762 {{{