Changes between Version 105 and Version 106 of NanoBSD


Ignore:
Timestamp:
Jan 24, 2010, 3:40:10 PM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v105 v106  
    4545
    4646 A.4 set some usefull variables
    47  Edit the shell configuration file:
     47 
     48 Edit the shell configuration file .cshrc:
    4849 {{{
    4950 vi /root/.cshrc
     
    5556 set a default password for the images that you will produce
    5657 {{{
    57  CFG_ROOT_PASSWORD=[default password]
     58 setenv CFG_ROOT_PASSWORD [default password]
     59 setenv R /root/nanobsd
    5860 }}}
    5961
     
    7577 B.1 Download the environment from the Wireless Leiden svn repository
    7678 {{{
    77  $ setenv R /root/nanobsd
     79 $
    7880 $ svn checkout http://svn.wirelessleiden.nl/svn/projects/iris/nanobsd $R
    7981 $ cd $R