Improve cross-linking between pages

This commit is contained in:
Andrew David Wong 2020-11-16 02:14:26 -08:00
parent b06bce9857
commit 6da63e3878
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 7 additions and 5 deletions

View File

@ -15,9 +15,9 @@ redirect_from:
## Introduction ## Introduction
A DisposableVM (previously known as a "DispVM") in can be based on any TemplateBasedVM. A [DisposableVM](/doc/disposablevm) can be based on any [TemplateBasedVM](/doc/glossary/#templatebasedvm).
You can also choose to use different DisposableVM Templates for different DisposableVMs. You can also choose to use different [DisposableVM Templates](/doc/glossary/#disposablevm-template) for different DisposableVMs.
To prepare AppVM to be a DisposableVM Template, you need to set `template_for_dispvms` property, for example: To prepare an AppVM to be a DisposableVM Template, you need to set `template_for_dispvms` property, for example:
[user@dom0 ~]$ qvm-prefs fedora-26-dvm template_for_dispvms True [user@dom0 ~]$ qvm-prefs fedora-26-dvm template_for_dispvms True

View File

@ -119,8 +119,9 @@ FirewallVM
FirewallVMs, as defined here, no longer exist in Qubes 4.0 or later (see [here][pr-748] for technical details).* FirewallVMs, as defined here, no longer exist in Qubes 4.0 or later (see [here][pr-748] for technical details).*
Firewall Virtual Machine. Firewall Virtual Machine.
A type of [ProxyVM](#proxyvm) that is used to enforce network-level policies (a.k.a. "firewall rules"). A type of [ProxyVM](#proxyvm) that is used to enforce network-level policies (a.k.a. "firewall rules").
A FirewallVM called `sys-firewall` is created by default in most Qubes installations. A FirewallVM called `sys-firewall` is created by default in most Qubes installations.
Also see [Qubes Firewall](/doc/firewall/).
DisposableVM DisposableVM
------------ ------------
@ -191,7 +192,8 @@ This allows for optimal performance on guest operating systems such as Windows.
Windows Tools Windows Tools
----- -----
Qubes Windows Tools are a set of programs and drivers that provide integration of Windows [AppVMs](#appvm) with the rest of the Qubes system. [Qubes Windows Tools](/doc/windows-tools/) (QWT) are a set of programs and drivers that provide integration of Windows [AppVMs](#appvm) with the rest of the Qubes system.
Also see [Windows](/doc/windows/).
QWT QWT
---- ----