mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Add some docs for the official manifests
This commit is contained in:
parent
d055d68fca
commit
b8b94c1fc7
9 changed files with 30 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
:hidden:
|
||||
|
||||
self
|
||||
manifest
|
||||
manifests/index
|
||||
providers/index
|
||||
plugins/index
|
||||
supported_builds
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
.. include:: ../manifests/README.rst
|
11
docs/manifests/index.rst
Normal file
11
docs/manifests/index.rst
Normal file
|
@ -0,0 +1,11 @@
|
|||
Manifests
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
official_ec2_manifests
|
||||
official_gce_manifests
|
||||
|
||||
.. include:: ../../manifests/README.rst
|
1
docs/manifests/official_ec2_manifests.rst
Normal file
1
docs/manifests/official_ec2_manifests.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: ../../manifests/official/ec2/README.rst
|
1
docs/manifests/official_gce_manifests.rst
Normal file
1
docs/manifests/official_gce_manifests.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: ../../manifests/official/gce/README.rst
|
|
@ -1,5 +1,3 @@
|
|||
Manifest
|
||||
========
|
||||
The manifest file is the primary way to interact with bootstrap-vz.
|
||||
Every configuration and customization of a Debian installation is specified in this file.
|
||||
|
||||
|
|
14
manifests/official/ec2/README.rst
Normal file
14
manifests/official/ec2/README.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
Official EC2 manifests
|
||||
======================
|
||||
|
||||
The official Debian images for EC2 are built with bootstrap-vz.
|
||||
In the folder ``manifests/official/ec2`` you will find the various manifests
|
||||
that are used to create the different flavors of Debian AMIs for EC2.
|
||||
|
||||
You can read more about those official images in the `Debian wiki`__.
|
||||
|
||||
.. __: https://wiki.debian.org/Cloud/AmazonEC2Image/
|
||||
|
||||
The official images can be found on the `AWS marketplace`__.
|
||||
|
||||
.. __: https://aws.amazon.com/marketplace/seller-profile?id=890be55d-32d8-4bc8-9042-2b4fd83064d5
|
2
manifests/official/gce/README.rst
Normal file
2
manifests/official/gce/README.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Official GCE manifests
|
||||
======================
|
Loading…
Add table
Reference in a new issue