Difference between revisions of "OS template metadata"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(added noinclude tags)
Line 8: Line 8:
  
 
Using OS template metadata and vzpkg tools, an OS template cache can be created.
 
Using OS template metadata and vzpkg tools, an OS template cache can be created.
 
+
<noinclude>
 
== See also ==
 
== See also ==
 
* [[OS template]]
 
* [[OS template]]
Line 16: Line 16:
 
[[Category: Definitions]]
 
[[Category: Definitions]]
 
[[Category: Templates]]
 
[[Category: Templates]]
 +
</noinclude>

Revision as of 22:06, 18 March 2008

OS template metadata is a set of a few files containing the following information:

  • List of packages that form this OS template
  • Locations of package repositories
  • Scripts needed to be executed on various stages of template installation
  • Public GPG key(s) needed to check signatures of packages
  • Additional OpenVZ-specific packages

Using OS template metadata and vzpkg tools, an OS template cache can be created.

See also