Changes between Version 105 and Version 106 of NanoBSD
- Timestamp:
- Jan 24, 2010, 3:40:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v105 v106 45 45 46 46 A.4 set some usefull variables 47 Edit the shell configuration file: 47 48 Edit the shell configuration file .cshrc: 48 49 {{{ 49 50 vi /root/.cshrc … … 55 56 set a default password for the images that you will produce 56 57 {{{ 57 CFG_ROOT_PASSWORD=[default password] 58 setenv CFG_ROOT_PASSWORD [default password] 59 setenv R /root/nanobsd 58 60 }}} 59 61 … … 75 77 B.1 Download the environment from the Wireless Leiden svn repository 76 78 {{{ 77 $ setenv R /root/nanobsd79 $ 78 80 $ svn checkout http://svn.wirelessleiden.nl/svn/projects/iris/nanobsd $R 79 81 $ cd $R