fix line-breaking

This commit is contained in:
Michael Carbone 2017-03-05 10:38:52 -05:00 committed by GitHub
parent aa48e09d0d
commit 398e473840

View File

@ -74,8 +74,7 @@ Any [VM](#vm) which depends on a [TemplateVM](#templatevm) for its root filesyst
Standalone(VM)
--------------
Standalone (Virtual Machine).
In general terms, a [VM](#vm) is described as **standalone** if and only if it does not depend on any other VM for its root
filesystem.
In general terms, a [VM](#vm) is described as **standalone** if and only if it does not depend on any other VM for its root filesystem.
(In other words, a VM is standalone if and only if it is not a TemplateBasedVM.)
More specifically, a **StandaloneVM** is a type of VM in Qubes which is created by cloning a TemplateVM.
Unlike TemplateVMs, however, StandaloneVMs do not supply their root filesystems to other VMs.