add vhd/vpc support
This commit is contained in:
parent
108475b6a3
commit
865f93c1e2
2 changed files with 12 additions and 6 deletions
7
cli/koji
7
cli/koji
|
|
@ -5238,12 +5238,11 @@ def _build_image_indirection(options, task_opts, session, args):
|
|||
# return
|
||||
|
||||
|
||||
|
||||
|
||||
def handle_image_build(options, session, args):
|
||||
"""Create a disk image given an install tree"""
|
||||
formats = ('vmdk', 'qcow', 'qcow2', 'vdi', 'rhevm-ova', 'vsphere-ova',
|
||||
'vagrant-virtualbox', 'vagrant-libvirt', 'docker', 'raw-xz')
|
||||
formats = ('vmdk', 'qcow', 'qcow2', 'vdi', 'vpc', 'rhevm-ova',
|
||||
'vsphere-ova', 'vagrant-virtualbox', 'vagrant-libvirt',
|
||||
'docker', 'raw-xz')
|
||||
usage = _("usage: %prog image-build [options] <name> <version> " +
|
||||
"<target> <install-tree-url> <arch> [<arch>...]")
|
||||
usage += _("\n %prog image-build --config FILE")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue