vzpkg create appcache
This command combines an OS EZ template cache and one or more application EZ templates into a new OS and applications cache. If the OS EZ template cache has not been created yet, this will be done before application templates are added.
Syntax
vzpkg create appcache --config <config > [options ]
Options
Name
|
Description
|
--config <config>
|
Specifies the path to the configuration file with the information on what OS and application templates to use.
|
--ostemplate <OS_template>
|
Specifies the OS EZ template to use in cache creation. This option redefines the OS EZ template specified in the configuration file.
|
--apptemplate <app_template>
|
Specifies one or more application EZ templates (comma-separated) to be added to the resulting cache.This option redefines the application EZ templates specified in the configuration file.
|
-d, --debug <num>
|
Sets the debugging level (0 to 10), 10 being the highest.
|
-q, --quiet
|
Disables logging to screen and log file.
|
-f, --force
|
Forces cache creation.
|
|