Changes between Version 24 and Version 25 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 20, 2014, 12:41:40 PM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v24 v25  
    5656{{{
    5757
    58  ensure ftp is set to passive mode, to avoid potential firewall issues:
     58Ensure ftp is set to passive mode, to avoid potential firewall issues:
    5959build# echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc
    6060
    61  set a default password for the images that you will produce
     61Set a default password for the images that you will produce
    6262build# echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc
    6363 
    64  define your nanobsd (svn) working directory:
    65  NOTE: All commands at later stages will refer to this so you better get it right!
     64Define your nanobsd (svn) working directory:
     65NOTE: All commands at later stages will refer to this so you better get it right!
    6666build# echo 'setenv R /root/nanobsd' >> /root/.cshrc
    6767}}}
     
    9090=== B.1 Download the environment from the Wireless Leiden svn repository ===
    9191 {{{
    92  $ svn checkout \
     92build# svn checkout \
    9393   https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd $R
    94  $ cd $R
     94build# cd $R
    9595 }}}
    9696 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.
     
    9898=== B.2. Compile all required packages using ===
    9999 {{{
    100  $ $R/tools/package-build.sh
     100build# $R/tools/package-build.sh
    101101 }}}
    102102