Changes between Version 133 and Version 134 of NanoBSD


Ignore:
Timestamp:
Sep 21, 2010, 2:56:49 PM (14 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v133 v134  
    4949 {{{
    5050 $ cat <<EOF >> $HOME/.cshrc
    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:
     52setenv FTP_PASSIVE_MODE YES
     53
     54# set a default password for the images that you will produce
     55setenv CFG_ROOT_PASSWORD [default password]
     56 
     57# define the svn download directory:
     58setenv R /root/nanobsd
     59EOF
     60}}}
    6161 Next load your file (or login again):
    6262 {{{