Add enablerepo reminder; clean up text

QubesOS/qubes-issues#2511
This commit is contained in:
Andrew David Wong 2016-12-12 22:57:02 -08:00
parent 95dbf36790
commit f1d06447e8
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -16,16 +16,22 @@ Starting in Qubes 3.1, the process is greatly simplified.
First, copy any files that you wish to keep from the TemplateVM's `/home` and
`/rw` folders to a safe storage location. Then, in a dom0 terminal, run:
sudo qubes-dom0-update --action=reinstall qubes-template-package-name
$ sudo qubes-dom0-update --action=reinstall qubes-template-package-name
Replace `qubes-template-package-name` with the name of the *package* of the
template you wish to reinstall. For example, use `qubes-template-fedora-23` if
you wish to reinstall the `fedora-23` template. Only one template can be
template you wish to reinstall. For example, use `qubes-template-fedora-24` if
you wish to reinstall the `fedora-24` template. Only one template can be
reinstalled at a time.
VMs that are using the reinstalled template will not be affected until they are
**Reminder:** If you're trying to reinstall a template that is not in an enabled
repo, you must enable that repo. For example:
$ sudo qubes-dom0-update --enablerepo=qubes-templates-community --action=reinstall qubes-template-whonix-ws
**Note:** VMs that are using the reinstalled template will not be affected until they are
restarted.
Manual Reinstallation Method
----------------------------