| 51 | | # check whether ftp is set to passive mode, to avoid potential firewall issues: |
| 52 | | setenv FTP_PASSIVE_MODE YES |
| 53 | | |
| 54 | | # set a default password for the images that you will produce |
| 55 | | setenv CFG_ROOT_PASSWORD [default password] |
| 56 | | |
| 57 | | # define the svn download directory: |
| 58 | | setenv R /root/nanobsd |
| 59 | | EOF |
| 60 | | }}} |
| | 51 | # check whether ftp is set to passive mode, to avoid potential firewall issues: |
| | 52 | setenv FTP_PASSIVE_MODE YES |
| | 53 | |
| | 54 | # set a default password for the images that you will produce |
| | 55 | setenv CFG_ROOT_PASSWORD [default password] |
| | 56 | |
| | 57 | # define the svn download directory: |
| | 58 | setenv R /root/nanobsd |
| | 59 | EOF |
| | 60 | }}} |