Create section on dom0 testing repos

This commit is contained in:
Andrew David Wong 2016-06-12 11:31:52 -07:00
parent 652409c581
commit c664629e4b
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -94,6 +94,29 @@ If you've installed a package such as anti-evil-maid, you can remove it with the
sudo yum remove anti-evil-maid sudo yum remove anti-evil-maid
~~~ ~~~
### Testing repositories
There are three Qubes dom0 testing repoistories:
* `current-testing` -- testing packages that will eventually land in the stable
(`current`) repository
* `security-testing` -- a subset of `current-testing` that contains packages
that qualify as security fixes
* `unstable` -- packages that are not intended to land in the stable (`current`)
repository; mostly experimental debugging packages
To temporarily enable any of these repos, use the `--enablerepo=<repo-name>`
option. Example commands:
~~~
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
sudo qubes-dom0-update --enablerepo=qubes-dom0-security-testing
sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable
~~~
To enable any of these repos permanently, change the corresponding boolean in
`/etc/yum.repos.d/qubes-dom0.repo`.
### Kernel Upgrade ### ### Kernel Upgrade ###
Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1. Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1.