mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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
|
||||
the bootstrap process. The commands are run at an indeterminate point
|
||||
*after* packages have been installed, but *before* the volume has been
|
||||
unmounted.
|
||||
This plugin allows you to run arbitrary commands during the bootstrap process.
|
||||
The commands are run at an indeterminate point *after* packages have been
|
||||
installed, but *before* the volume has been unmounted.
|
||||
|
||||
Settings
|
||||
~~~~~~~~
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
$schema: http://json-schema.org/draft-04/schema#
|
||||
title: Image commands plugin manifest
|
||||
title: Commands plugin manifest
|
||||
type: object
|
||||
properties:
|
||||
plugins:
|
||||
|
|
Loading…
Add table
Reference in a new issue