Changes between Version 6 and Version 7 of Installation/Build
- Timestamp:
- Jul 22, 2011 10:46:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v6 v7 17 17 https://users.emulab.net/trac/emulab/wiki/InstallRoot 18 18 19 == Updating the DETER meta packages ==20 21 22 Since I have generated these images, I have added a few more packages to23 the meta package for the deter install and bumped the revision. Once24 you create a bootstrap user and have the repository cloned onto the image,25 updating should be painless:26 27 {{{28 cd testbed/install/ports29 sudo make install30 cd /usr/ports/misc/instant-deter31 sudo make deinstall32 sudo make reinstall33 }}}34 19 35 20 == Building the testbed software == … … 66 51 }}} 67 52 53 If the install process complains about an outdated metapackage, please refer to the next section. 54 55 == Updating the DETER meta packages == 56 57 Since I have generated these images, I have added a few more packages to 58 the meta package for the deter install and bumped the revision. Once 59 you create a bootstrap user and have the repository cloned onto the image, 60 updating should be painless: 61 62 {{{ 63 cd testbed/install/ports 64 sudo make install 65 cd /usr/ports/misc/instant-deter 66 sudo make deinstall 67 sudo make reinstall 68 }}} 69 68 70 == Updating the codebase == 69 71