Changes between Version 2 and Version 3 of Installation/Build
- Timestamp:
- Jul 11, 2011 11:54:43 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v2 v3 14 14 you create a bootstrap user and have the repository cloned onto the image, 15 15 updating should be painless: 16 16 17 {{{ 17 18 cd testbed/install/ports 18 19 sudo make install … … 20 21 sudo make deinstall 21 22 sudo make reinstall 22 23 }}}