Changes between Version 99 and Version 100 of NanoBSD


Ignore:
Timestamp:
Jan 15, 2010, 9:52:46 AM (15 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v99 v100  
    4343 $ portsnap fetch extract
    4444 }}}
    45  A.4. install subversion (set ftp to passive mode to ensure the firewall is not causing issues if one exists.
     45
     46 A.4 set some usefull variables
     47 Edit the shell configuration file:
     48 {{{
     49 vi /root/.cshrc
     50 }}}
     51 check whether ftp is set to passive mode, to avoid potential firewall issues:
     52 {{{
     53 FTP_PASSIVE_MODE=YES
     54 }}}
     55 set a default password for the images that you will produce
     56 {{{
     57 CFG_ROOT_PASSWORD=[default password]
     58 }}}
     59
     60 A.5. install subversion .
    4661 NOTE: Install all packages via ports to prevent issues later on!
    4762 {{{
    48  $ setenv FTP_PASSIVE_MODE YES
    4963 $ cd /usr/ports/devel/subversion; make install clean BATCH=yes
    5064 }}}
    51  A.5. OPTIONAL, every developer has his own preferences, these are mine ;-)
     65
     66 A.6. OPTIONAL, every developer has his own preferences, these are mine ;-)
    5267 {{{
    5368 $ (cd /usr/ports/editors/vim-lite; make install clean BATCH=yes)