Changeset 1360 in ProjectBuilder for devel/pb/bin


Ignore:
Timestamp:
Nov 21, 2011, 11:39:34 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Adds fedora16 support for VE
  • Fix a bug when calling pb_ve_launch in pb for newve, evething needs to be fixed as we know what we want to do.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1359 r1360  
    22232223        return($vmexist,$vmpid);
    22242224    } elsif ($vtype eq "ve") {
    2225         pb_ve_launch($v,$pbforce,$pbsnap);
     2225        # Force the creation of the VE and no snapshot usable
     2226        pb_ve_launch($v,1,0);
    22262227    } else {
    22272228        # RM here
Note: See TracChangeset for help on using the changeset viewer.