Changes between Version 215 and Version 216 of NanoBSD


Ignore:
Timestamp:
Oct 5, 2015, 9:35:43 AM (10 years ago)
Author:
rvanswol
Comment:

Even iets duidelijker

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v215 v216  
    6969=== A.3 set some useful variables ===
    7070Alter the shell configuration file:/root/.cshrc:
    71 {{{
    72 #!sh
    73 # ensure ftp is set to passive mode, to avoid potential firewall issues:
    74 $ echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc
    75 
    76 # set a default password for the images that you will produce
    77 $ echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc
     71
     72Ensure ftp is set to passive mode, to avoid potential firewall issues:
     73build# echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc
     74
     75Set a default password for the images that you will produce
     76build# echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc
    7877 
    79 # define your nanobsd (svn) working directory:
    80 # NOTE: All commands at later stages will refer to this so you better get it right!
    81 $ echo 'setenv R /root/nanobsd' >> /root/.cshrc
    82 }}}
     78Define your nanobsd (svn) working directory:
     79NOTE: All commands at later stages will refer to this so you better get it right!
     80build# echo 'setenv R /root/nanobsd' >> /root/.cshrc
     81
    8382
    8483Next load your file (or login again):