Changes between Version 6 and Version 7 of GEC11VMSetup


Ignore:
Timestamp:
06/29/11 14:56:51 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11VMSetup

    v6 v7  
    1919\rm gcf-1.3.tar.gz
    2020ln -s gcf-1.3/ gcf
     21}}}
     22
     23Added in the end of the .profile file of the GENI user these lines
     24{{{
     25# set PATH so it includes geni software if it exists
     26if [ -d "/usr/local/geni/gcf/src" ] ; then
     27    PATH="/usr/local/geni/gcf/src:$PATH"
     28fi
    2129}}}
    2230