Changes between Version 20 and Version 21 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 20, 2014, 11:43:11 AM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v20 v21  
    5555Alter the shell configuration file:/root/.cshrc:
    5656{{{
    57 #!sh
    58 # ensure ftp is set to passive mode, to avoid potential firewall issues:
    59 $ echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc
    6057
    61 # set a default password for the images that you will produce
    62 $ echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc
     58 ensure ftp is set to passive mode, to avoid potential firewall issues:
     59build# echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc
     60
     61 set a default password for the images that you will produce
     62build# echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc
    6363 
    64 # define your nanobsd (svn) working directory:
    65 # NOTE: All commands at later stages will refer to this so you better get it right!
    66 $ echo 'setenv R /root/nanobsd' >> /root/.cshrc
     64 define your nanobsd (svn) working directory:
     65 NOTE: All commands at later stages will refer to this so you better get it right!
     66build# echo 'setenv R /root/nanobsd' >> /root/.cshrc
    6767}}}
    6868