Changes between Version 99 and Version 100 of NanoBSD
- Timestamp:
- Jan 15, 2010, 9:52:46 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v99 v100 43 43 $ portsnap fetch extract 44 44 }}} 45 A.4. install subversion (set ftp to passive mode to ensure the firewall is not causing issues if one exists. 45 46 A.4 set some usefull variables 47 Edit the shell configuration file: 48 {{{ 49 vi /root/.cshrc 50 }}} 51 check whether ftp is set to passive mode, to avoid potential firewall issues: 52 {{{ 53 FTP_PASSIVE_MODE=YES 54 }}} 55 set a default password for the images that you will produce 56 {{{ 57 CFG_ROOT_PASSWORD=[default password] 58 }}} 59 60 A.5. install subversion . 46 61 NOTE: Install all packages via ports to prevent issues later on! 47 62 {{{ 48 $ setenv FTP_PASSIVE_MODE YES49 63 $ cd /usr/ports/devel/subversion; make install clean BATCH=yes 50 64 }}} 51 A.5. OPTIONAL, every developer has his own preferences, these are mine ;-) 65 66 A.6. OPTIONAL, every developer has his own preferences, these are mine ;-) 52 67 {{{ 53 68 $ (cd /usr/ports/editors/vim-lite; make install clean BATCH=yes)