mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-30 10:09:23 -04:00
Update examples from fedora-24 to fedora-25
This commit is contained in:
parent
c428a130c2
commit
99fdbf29b4
5 changed files with 15 additions and 15 deletions
|
@ -67,24 +67,24 @@ Optional Preparation Steps
|
|||
[minimal Fedora template][FedoraMinimal]. Get it if you haven't already done
|
||||
so:
|
||||
|
||||
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-fedora-24-minimal
|
||||
[user@dom0 ~]$ sudo qubes-dom0-update qubes-template-fedora-25-minimal
|
||||
|
||||
2. Since we'll be making some modifications, you may want to clone the minimal
|
||||
template:
|
||||
|
||||
[user@dom0 ~]$ qvm-clone fedora-24-minimal fedora-24-min-mfa
|
||||
[user@dom0 ~]$ qvm-clone fedora-25-minimal fedora-25-min-mfa
|
||||
|
||||
3. Since this is going to be a minimal environment in which we run `oathtool`
|
||||
from the command line, we'll install only a couple of packages:
|
||||
|
||||
[user@fedora-24-min-mfa ~]$ su -
|
||||
[user@fedora-24-min-mfa ~]# yum install oathtool vim-minimal
|
||||
[user@fedora-24-min-mfa ~]$ poweroff
|
||||
[user@fedora-25-min-mfa ~]$ su -
|
||||
[user@fedora-25-min-mfa ~]# yum install oathtool vim-minimal
|
||||
[user@fedora-25-min-mfa ~]$ poweroff
|
||||
|
||||
4. Create an AppVM and set it to use the TemplateVM we just created:
|
||||
|
||||
[user@dom0 ~]$ qvm-create -l black mfa
|
||||
[user@dom0 ~]$ qvm-prefs -s mfa template fedora-24-min-mfa
|
||||
[user@dom0 ~]$ qvm-prefs -s mfa template fedora-25-min-mfa
|
||||
|
||||
5. Isolate the new AppVM from the network:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue