Changes between Version 106 and Version 107 of NanoBSD


Ignore:
Timestamp:
Jan 24, 2010, 3:42:02 PM (16 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v106 v107  
    5252 check whether ftp is set to passive mode, to avoid potential firewall issues:
    5353 {{{
    54  FTP_PASSIVE_MODE=YES
     54 setenv FTP_PASSIVE_MODE YES
    5555 }}}
    5656 set a default password for the images that you will produce
    5757 {{{
    5858 setenv CFG_ROOT_PASSWORD [default password]
     59 }}}
     60 and define the svn download directory:
     61 {{{
    5962 setenv R /root/nanobsd
    6063 }}}