Remove info on old Whonix 14 release

This commit is contained in:
Kamil Aronowski 2022-10-27 17:38:34 +02:00
parent c21a107f82
commit 8553b4ca23
No known key found for this signature in database
GPG Key ID: 2E26E3F5DA116A0E
1 changed files with 2 additions and 36 deletions

View File

@ -192,44 +192,10 @@ as well do 1080p in the hvm.
Either use a 3.5mm jack to BT adapter, or see [this](https://m7i.org/tips/qubes-VM-bluetooth-audio/).
### Manually install Whonix 14 templates
Note: See the [official documentation](https://www.whonix.org/wiki/Qubes/Install) for supported installation methods.
There should be no need to complete the following procedure manually any more.
### Manually install Whonix templates
See the [official Whonix documentation](https://www.whonix.org/wiki/Qubes/Install) for supported installation methods.
```
sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-core-admin-addon-whonix
sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-template-whonix-gw-14
qvm-create sys-whonix-14 --class AppVM --template whonix-gw-14 --label black
qvm-prefs sys-whonix-14 provides_network True
qvm-tags whonix-gw-14 a whonix-updatevm
sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable qubes-template-whonix-ws-14
qvm-features whonix-ws-14 whonix-ws 1
qvm-create whonix-ws-dvm-14 --class AppVM --template whonix-ws-14 --label green
qvm-features whonix-ws-dvm-14 appmenus-dispvm 1
qvm-prefs whonix-ws-dvm-14 template_for_dispvms true
qvm-prefs whonix-ws-dvm-14 netvm sys-whonix-14
qvm-prefs whonix-ws-dvm-14 default_dispvm whonix-ws-dvm-14
qvm-tags whonix-ws-14 a whonix-updatevm
```
To use the new `sys-whonix-14` for your UpdateVM, perform the following steps:
```
qubes-prefs updatevm sys-whonix-14
```
Then, edit `/etc/qubes-rpc/policy/qubes.UpdatesProxy` and modify the top lines:
```
$type:TemplateVM $default allow,target=sys-whonix
$tag:whonix-updatevm $default allow,target=sys-whonix
```
to become:
```
$type:TemplateVM $default allow,target=sys-whonix-14
$tag:whonix-updatevm $default allow,target=sys-whonix-14
```
*Thanks to all mailing list contributors, from where most of these came.*