Changes between Version 6 and Version 7 of Installation/Build


Ignore:
Timestamp:
Jul 22, 2011 10:46:42 PM (13 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v6 v7  
    1717 https://users.emulab.net/trac/emulab/wiki/InstallRoot                                                                       
    1818                                                                                                                           
    19 == Updating the DETER meta packages ==
    20 
    21                                                                                                                
    22 Since I have generated these images, I have added a few more packages to                                                     
    23 the meta package for the deter install and bumped the revision.  Once                                                       
    24 you create a bootstrap user and have the repository cloned onto the image,                                                   
    25 updating should be painless:                                                                                                 
    26 
    27 {{{                                                                                                                             
    28  cd testbed/install/ports                                                                                                   
    29  sudo make install                                                                                                           
    30  cd /usr/ports/misc/instant-deter                                                                                           
    31  sudo make deinstall                                                                                                         
    32  sudo make reinstall                                                                                                         
    33 }}}                                                                                                                         
    3419
    3520== Building the testbed software ==
     
    6651}}}
    6752
     53If the install process complains about an outdated metapackage, please refer to the next section.
     54
     55== Updating the DETER meta packages ==
     56                                                                                                               
     57Since I have generated these images, I have added a few more packages to                                                     
     58the meta package for the deter install and bumped the revision.  Once                                                       
     59you create a bootstrap user and have the repository cloned onto the image,                                                   
     60updating 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
    6870== Updating the codebase ==
    6971