Update examples from fedora-24 to fedora-25

This commit is contained in:
Andrew David Wong 2017-07-29 21:21:25 -05:00
parent c428a130c2
commit 99fdbf29b4
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
5 changed files with 15 additions and 15 deletions

View file

@ -19,8 +19,8 @@ First, copy any files that you wish to keep from the TemplateVM's `/home` and
$ 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-24` if
you wish to reinstall the `fedora-24` template. Only one template can be
template you wish to reinstall. For example, use `qubes-template-fedora-25` if
you wish to reinstall the `fedora-25` template. Only one template can be
reinstalled at a time.
Note that Qubes may initially refuse to perform the reinstall if the exact revision of

View file

@ -71,7 +71,7 @@ Important Notes
update a template from dom0 (and thereby lose any user modifications in the
existing template), you must first uninstall the existing template from dom0:
$ sudo yum remove qubes-template-fedora-24
$ sudo yum remove qubes-template-fedora-25
* Standalone VMs using Template VMs as a basis can be created easily. These
VMs receive a *copy* of the operating system and do not get automatically
@ -86,10 +86,10 @@ Important Notes
* On XFCE based Dom0, a manual action may be required to remove the "Start Menu"
sub-menu of the removed TemplateVM. For example, to remove a dangling sub-menu
for a removed "fedora-24" template, open a Dom0 Terminal and type:
for a removed "fedora-25" template, open a Dom0 Terminal and type:
$ rm ~/.local/share/applications/fedora-24-*
$ rm ~/.local/share/applications/fedora-25-*
Just make sure there are no other TemplateVMs whose names start with "fedora-24"
Just make sure there are no other TemplateVMs whose names start with "fedora-25"
or else their menu items will be removed too.

View file

@ -21,7 +21,7 @@ Installation
The Fedora minimal template can be installed with the following command:
~~~
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-fedora-24-minimal
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-fedora-25-minimal
~~~
The download may take a while depending on your connection speed.
@ -32,7 +32,7 @@ Duplication and first steps
It is higly recommended to clone the original template, and make any changes in the clone instead of the original template. The following command clones the template. Replace `your-new-clone` with your desired name.
~~~
[user@dom0 ~]$ qvm-clone fedora-24-minimal your-new-clone
[user@dom0 ~]$ qvm-clone fedora-25-minimal your-new-clone
~~~
You must start the template in order to customize it.