Fix a few typos

This commit is contained in:
Tiago Ilieve 2016-04-13 04:38:42 -03:00
parent 83b783976c
commit c6226f89ae
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ generates images for the following virtualization platforms:
(`used for official Debian images <https://wiki.debian.org/Cloud/OracleComputeImage>`__)
- `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>`__
as well as supporting a high degree of customizability through plugins.

View file

@ -10,7 +10,7 @@ The minimize size plugin employs various strategies to keep a low volume
footprint:
- 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
deallocate unused sectors on the volume. On an unpartitioned volume
this will be done for the entire volume, while it will only happen on

View file

@ -8,7 +8,7 @@ make your life a lot easier.
from all commands that are invoked during bootstrapping.
+ ``--pause-on-error``: Pauses the execution when an exception occurs
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
tasks. This is useful if you want to see whether the task order is
correct.

View file

@ -34,7 +34,7 @@ setup(name='bootstrap-vz',
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
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.''',
author='Anders Ingemann',
author_email='anders@ingemann.de',