Changeset 1900 in ProjectBuilder for devel/rpmbootstrap


Ignore:
Timestamp:
Sep 30, 2014, 10:08:03 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Add support for docker phase 1: newve working
  • Add separate pb_ve_snap function
  • Add separate pb_ve_docker functions to interact with the registry and the repository
  • Add a dockerregistry conf parameter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1894 r1900  
    6464=head1 SYNOPSIS
    6565
    66 rpmbootstrap [-vhmqpdk][-s script][-i iso][-a pkg1[,pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
     66rpmbootstrap [-vhmqpdk][-s script][-i image][-a pkg1[,pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
    6767
    6868rpmbootstrap [--verbose][--help][--man][--quiet][--print-rpms][--download-only]
    69 [--keep][--script script][--iso iso][--add pkg1,[pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
     69[--keep][--script script][--image image][--add pkg1,[pkg2,...]] distribution-version-arch [target-dir] [mirror [script]]
    7070
    7171=head1 OPTIONS
     
    110110You can use the chroot command to execute actions in the VE.
    111111
    112 =item B<-i|--iso iso_image>
    113 
    114 Name of the ISO image of the distribution you want to install on the related VE.
     112=item B<-i|--image image>
     113
     114Name of the ISO image or the docker image of the distribution you want to install on the related VE.
    115115
    116116=item B<-a|--add pkg1[,pkg2,...]>
     
    194194    "download-only|d" => \$opts{'d'},
    195195    "keep|k" => \$opts{'k'},
    196     "iso|i=s" => \$opts{'i'},
     196    "image|i=s" => \$opts{'i'},
    197197    "add|a=s" => \$opts{'a'},
    198198    "version|V=s" => \$opts{'V'},
     
    224224#}
    225225#if (defined $opts{'i'}) {
    226 #$iso = $opts{'i'};
     226#$image = $opts{'i'};
    227227#}
    228228
Note: See TracChangeset for help on using the changeset viewer.