Changes between Version 106 and Version 107 of NanoBSD
- Timestamp:
- Jan 24, 2010, 3:42:02 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v106 v107 52 52 check whether ftp is set to passive mode, to avoid potential firewall issues: 53 53 {{{ 54 FTP_PASSIVE_MODE=YES54 setenv FTP_PASSIVE_MODE YES 55 55 }}} 56 56 set a default password for the images that you will produce 57 57 {{{ 58 58 setenv CFG_ROOT_PASSWORD [default password] 59 }}} 60 and define the svn download directory: 61 {{{ 59 62 setenv R /root/nanobsd 60 63 }}}