mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Fix mentions to the commands
plugin name
This commit is contained in:
parent
1f052d3c1f
commit
3cfba08983
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue