Changes between Version 20 and Version 21 of FreeBSD10_Guide
- Timestamp:
- Aug 20, 2014, 11:43:11 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified FreeBSD10_Guide
v20 v21 55 55 Alter the shell configuration file:/root/.cshrc: 56 56 {{{ 57 #!sh58 # ensure ftp is set to passive mode, to avoid potential firewall issues:59 $ echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc60 57 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: 59 build# echo 'setenv FTP_PASSIVE_MODE YES' >> /root/.cshrc 60 61 set a default password for the images that you will produce 62 build# echo 'setenv CFG_ROOT_PASSWORD DefaultPassword12!' >> /root/.cshrc 63 63 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/.cshrc64 define your nanobsd (svn) working directory: 65 NOTE: All commands at later stages will refer to this so you better get it right! 66 build# echo 'setenv R /root/nanobsd' >> /root/.cshrc 67 67 }}} 68 68