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

@ -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.