Changeset 1158 in ProjectBuilder
- Timestamp:
- Jan 14, 2011, 12:35:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1156 r1158 80 80 pb [-vhSq][-r pbroot][-p project][[-s script -a account -P port][-t os-ver-arch][-m os-ver-arch[,...]]][-g][-i iso] <action> [<pkg1> ...] 81 81 82 pb [--verbose][--help][--man][--quiet][--snapshot][--revision pbroot][--project project][[--script script --account account --port port][--target os-ver-arch][--machine os-ver-arch[,...]]][--nographic s][--iso iso] <action> [<pkg1> ...]82 pb [--verbose][--help][--man][--quiet][--snapshot][--revision pbroot][--project project][[--script script --account account --port port][--target os-ver-arch][--machine os-ver-arch[,...]]][--nographic][--iso iso] <action> [<pkg1> ...] 83 83 84 84 =head1 OPTIONS … … 120 120 Name of the script you want to execute on the related VMs or VEs. 121 121 122 =item B<-g|--nographic s>122 =item B<-g|--nographic> 123 123 124 124 Do not launch VMs in graphical mode. … … 432 432 "machines|mock|m=s" => \$opts{'m'}, 433 433 "target|t=s" => \$opts{'t'}, 434 "nographic s|g" => \$opts{'g'},434 "nographic|g" => \$opts{'g'}, 435 435 "port|P=i" => \$opts{'P'}, 436 436 "project|p=s" => \$opts{'p'}, … … 1929 1929 if (defined $opts{'g'}) { 1930 1930 if (($vmtype eq "kvm") || ($vmtype eq "qemu")) { 1931 $ENV{'PBVMOPT'} = "--nographic s";1931 $ENV{'PBVMOPT'} = "--nographic"; 1932 1932 } 1933 1933 }
Note:
See TracChangeset
for help on using the changeset viewer.