mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix a few typos
This commit is contained in:
parent
83b783976c
commit
c6226f89ae
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ generates images for the following virtualization platforms:
|
||||||
(`used for official Debian images <https://wiki.debian.org/Cloud/OracleComputeImage>`__)
|
(`used for official Debian images <https://wiki.debian.org/Cloud/OracleComputeImage>`__)
|
||||||
- `Oracle VirtualBox <bootstrapvz/providers/virtualbox>`__ (`with Vagrant support <#virtualbox-vagrant>`__)
|
- `Oracle VirtualBox <bootstrapvz/providers/virtualbox>`__ (`with Vagrant support <#virtualbox-vagrant>`__)
|
||||||
|
|
||||||
Its aim is to provide a reproducable bootstrapping process using
|
Its aim is to provide a reproducible bootstrapping process using
|
||||||
`manifests <manifests>`__
|
`manifests <manifests>`__
|
||||||
as well as supporting a high degree of customizability through plugins.
|
as well as supporting a high degree of customizability through plugins.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ The minimize size plugin employs various strategies to keep a low volume
|
||||||
footprint:
|
footprint:
|
||||||
|
|
||||||
- Mount folders from the host into key locations of the image volume to
|
- Mount folders from the host into key locations of the image volume to
|
||||||
avoid any unneccesary disk writes.
|
avoid any unnecessary disk writes.
|
||||||
- Use `zerofree <http://intgat.tigress.co.uk/rmy/uml/index.html>`__ to
|
- Use `zerofree <http://intgat.tigress.co.uk/rmy/uml/index.html>`__ to
|
||||||
deallocate unused sectors on the volume. On an unpartitioned volume
|
deallocate unused sectors on the volume. On an unpartitioned volume
|
||||||
this will be done for the entire volume, while it will only happen on
|
this will be done for the entire volume, while it will only happen on
|
||||||
|
|
|
@ -8,7 +8,7 @@ make your life a lot easier.
|
||||||
from all commands that are invoked during bootstrapping.
|
from all commands that are invoked during bootstrapping.
|
||||||
+ ``--pause-on-error``: Pauses the execution when an exception occurs
|
+ ``--pause-on-error``: Pauses the execution when an exception occurs
|
||||||
before rolling back. This allows you to debug by inspecting the volume
|
before rolling back. This allows you to debug by inspecting the volume
|
||||||
at the time the error occured.
|
at the time the error occurred.
|
||||||
+ ``--dry-run``: Prevents the ``run()`` function from being called on all
|
+ ``--dry-run``: Prevents the ``run()`` function from being called on all
|
||||||
tasks. This is useful if you want to see whether the task order is
|
tasks. This is useful if you want to see whether the task order is
|
||||||
correct.
|
correct.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -34,7 +34,7 @@ setup(name='bootstrap-vz',
|
||||||
It is is specifically targeted at bootstrapping systems for virtualized environments.
|
It is is specifically targeted at bootstrapping systems for virtualized environments.
|
||||||
bootstrap-vz runs without any user intervention and generates ready-to-boot images for
|
bootstrap-vz runs without any user intervention and generates ready-to-boot images for
|
||||||
a number of virtualization platforms.
|
a number of virtualization platforms.
|
||||||
Its aim is to provide a reproducable bootstrapping process using manifests
|
Its aim is to provide a reproducible bootstrapping process using manifests
|
||||||
as well as supporting a high degree of customizability through plugins.''',
|
as well as supporting a high degree of customizability through plugins.''',
|
||||||
author='Anders Ingemann',
|
author='Anders Ingemann',
|
||||||
author_email='anders@ingemann.de',
|
author_email='anders@ingemann.de',
|
||||||
|
|
Loading…
Add table
Reference in a new issue