Fix mentions to the commands plugin name

This commit is contained in:
Tiago Ilieve 2015-05-02 13:11:14 -03:00
parent 1f052d3c1f
commit 3cfba08983
2 changed files with 5 additions and 6 deletions

View file

@ -1,10 +1,9 @@
Image commands Commands
-------------- --------------
The image commands plugin allows you to run arbitrary commands during This plugin allows you to run arbitrary commands during the bootstrap process.
the bootstrap process. The commands are run at an indeterminate point The commands are run at an indeterminate point *after* packages have been
*after* packages have been installed, but *before* the volume has been installed, but *before* the volume has been unmounted.
unmounted.
Settings Settings
~~~~~~~~ ~~~~~~~~

View file

@ -1,6 +1,6 @@
--- ---
$schema: http://json-schema.org/draft-04/schema# $schema: http://json-schema.org/draft-04/schema#
title: Image commands plugin manifest title: Commands plugin manifest
type: object type: object
properties: properties:
plugins: plugins: