Changeset 1702 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Feb 28, 2013, 4:35:24 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix #116 by documenting the cachedir parameter
  • remove mkbmpath variable to use cachedir instead (more coherent)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1692 r1702  
    26232623            }
    26242624            # Always redirect the network and always try to use a 'pb' snapshot
    2625             #$cmd = "$vmcmd $ENV{'PBVMOPT'} -net user,hostfwd=tcp:$nport:10.0.2.15:22 -loadvm pb $vmm"
     2625            #$cmd = "$vmcmd $ENV{'PBVMOPT'} -net nic,model=virtio -net user,hostfwd=tcp::$nport-:22 -loadvm pb $vmm"
    26262626            $cmd = "$vmcmd $ENV{'PBVMOPT'} -redir tcp:$nport:10.0.2.15:22 $vmm"
    26272627        } elsif ($vmtype eq "xen") {
Note: See TracChangeset for help on using the changeset viewer.