Changes between Version 207 and Version 208 of NanoBSD


Ignore:
Timestamp:
Jun 23, 2014, 10:40:39 AM (11 years ago)
Author:
walter
Comment:

what about freebsd / W.L. releng 9.2 instead of 9.0 ??? typos/style correction

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v207 v208  
    2121== Changelog ==
    2222For every new release of FreeBSD we also tend to release a new version a few weeks after it, containing all our latest fixes. But bear in mind that we also do bugfixes in the meanwhile and that the changelog is not always kept super up2date, so keep an eye on ``svn log'' ;-).
     23
     249.2-RELEASE:
     25  * ?
    2326
    24279.1-RELEASE:
     
    9396build# make -C /usr/ports/ports-mgmt/pkg install clean BATCH=yes
    9497
    95 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes (required for nagios-plugins in FreeBSD10)
     98build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10)
    9699
    97100=== A.5. OPTIONAL, every developer has his own preferences, these are mine ===
     
    104107or
    105108build# svn co svn://svn.freebsd.org/base/releng/10.0 /usr/src
     109???
     110build# svn co svn://svn.freebsd.org/base/releng/9.2 /usr/src
    106111
    107112== B. Build environment ==
    108113
    109  B.1 Download the environment from the Wireless Leiden svn repository
     114=== B.1 Download the environment from the Wireless Leiden svn repository ===
    110115 {{{
    111116 $ svn checkout \
    112117   https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-9/nanobsd $R
    113118(or   https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd/ $R )
     119(what about https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-9.2/nanobsd $R)
    114120 $ cd $R
    115121 }}}
    116122 Note: if svn is not found: svn is in /usr/local/bin, alternatively log out and in, or use {{{rehash}}} in a {{{csh}}} shell to make it available.
    117123
    118  B.2. Compile all required packages using
     124=== B.2. Compile all required packages using ===
    119125 {{{
    120126 $ $R/tools/package-build.sh
     
    122128 
    123129
    124  B.3. Set your favorite root password to be used in the image
     130=== B.3. Set your favorite root password to be used in the image ===
    125131
    126132 Note: you can skip this step if you are satisfied with the default password set in step A.3 above.
     
    133139 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.
    134140
    135  B.4  Build nanobsd (make sure to prepare some coffee;-) )
     141=== B.4  Build nanobsd (make sure to prepare some coffee;-) ) ===
    136142 {{{
    137143 $ sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c $R/cfg/nanobsd.wleiden