Changes between Version 58 and Version 59 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 29, 2014, 8:36:07 AM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v58 v59  
    134134
    135135=== B.1 Download the environment from the Wireless Leiden svn repository ===
    136  {{{
     136
    137137build# svn checkout https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd $R
    138138build# cd $R
    139  }}}
     139
    140140
    141141If 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.
    142142
    143143=== B.2. Compile all required packages using ===
    144  {{{
     144
    145145build# $R/tools/package-build.sh
    146  }}}
     146
    147147This will take quite some time (on remote host use <screen>), depending on your hardware of course. Packages are created in /root/nanobsd/pkg/All:
    148148{{{