|  | 45 |  | 
          
            |  | 46 | === A.3 set some useful variables === | 
          
            |  | 47 | Alter the shell configuration file:/root/.cshrc: | 
          
            |  | 48 | {{{ | 
          
            |  | 49 | #!sh | 
          
            |  | 50 | # ensure ftp is set to passive mode, to avoid potential firewall issues: | 
          
            |  | 51 | $ echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc | 
          
            |  | 52 |  | 
          
            |  | 53 | # set a default password for the images that you will produce | 
          
            |  | 54 | $ echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc | 
          
            |  | 55 |  | 
          
            |  | 56 | # define your nanobsd (svn) working directory: | 
          
            |  | 57 | # NOTE: All commands at later stages will refer to this so you better get it right! | 
          
            |  | 58 | $ echo 'setenv R /root/nanobsd' >> /root/.cshrc | 
          
            |  | 59 | }}} | 
          
            |  | 60 |  | 
          
            |  | 61 | Next load your file (or login again): | 
          
            |  | 62 | build# source /root/.cshrc |