Replace "template VM" with "TemplateVM".

This commit is contained in:
WillyPillow 2020-08-29 20:49:10 +08:00
parent 54629daa32
commit 3ebde47b23
No known key found for this signature in database
GPG Key ID: 3839E194B1415A9C

View File

@ -10,7 +10,7 @@ Template Manager
Motivation
----------
Previously, template VMs were distributed by RPM packages and managed by `yum`/`dnf`.
Previously, TemplateVMs were distributed by RPM packages and managed by `yum`/`dnf`.
However, tracking inherently dynamic VM images with a package manager suited for static files creates some challenges.
For example, users may accidentally update the images, overriding local changes ([#996], [#1647]).
(Or in the case of [#2061], want to specifically override the changes.)