kiwi-el8/doc/source/development/api/kiwi.storage.subformat.rst
Dan Čermák 2b17684d2c
Add support to build vagrant boxes with the Virtualbox provider
This commits adds initial support to build Vagrant boxes with the Virtualbox
provider.
- The attribute 'provider' of the option <vagrantconfig> now supports the option
  "virtualbox".
- A new boolean attribute 'virtualbox_guest_additions_present' was added to
  <vagrantconfig>. When set to true, KIWI will assume that guest additions have
  been installed into the base image and configure the shared folders to use
  vboxfs, otherwise rsync will be used.

This fixes #532 (https://github.com/SUSE/kiwi/issues/532).
2019-03-05 15:33:18 +01:00

118 lines
2.5 KiB
ReStructuredText

kiwi.storage.subformat Package
==============================
Subpackages
-----------
.. toctree::
kiwi.storage.subformat.template
Submodules
----------
`kiwi.storage.subformat.base` Module
------------------------------------
.. automodule:: kiwi.storage.subformat.base
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.gce` Module
-----------------------------------
.. automodule:: kiwi.storage.subformat.gce
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.ova` Module
-----------------------------------
.. automodule:: kiwi.storage.subformat.ova
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.qcow2` Module
-------------------------------------
.. automodule:: kiwi.storage.subformat.qcow2
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vagrant_base` Module
-----------------------------------------------
.. automodule:: kiwi.storage.subformat.vagrant_base
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vagrant_libvirt` Module
-----------------------------------------------
.. automodule:: kiwi.storage.subformat.vagrant_libvirt
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vagrant_virtualbox` Module
-----------------------------------------------
.. automodule:: kiwi.storage.subformat.vagrant_virtualbox
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vdi` Module
-----------------------------------
.. automodule:: kiwi.storage.subformat.vdi
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vhd` Module
-----------------------------------
.. automodule:: kiwi.storage.subformat.vhd
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vhdfixed` Module
----------------------------------------
.. automodule:: kiwi.storage.subformat.vhdfixed
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vhdx` Module
------------------------------------
.. automodule:: kiwi.storage.subformat.vhdx
:members:
:undoc-members:
:show-inheritance:
`kiwi.storage.subformat.vmdk` Module
------------------------------------
.. automodule:: kiwi.storage.subformat.vmdk
:members:
:undoc-members:
:show-inheritance:
Module Contents
---------------
.. automodule:: kiwi.storage.subformat
:members:
:undoc-members:
:show-inheritance: