Merge branch 'h01ger-master'

This commit is contained in:
Andrew David Wong 2017-04-21 18:26:08 -07:00
commit 83ee9f1436
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -117,10 +117,11 @@ To enable or disable any of these repos permanently, change the corresponding bo
### Kernel Upgrade ### ### Kernel Upgrade ###
Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1. Install newer kernel for dom0 and VMs. The package `kernel` is for dom0 and the package `kernel-qubes-vm`
is needed for the VMs. (Note that the following example enables the unstable repo.)
~~~ ~~~
sudo qubes-dom0-update kernel-3.19* sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable kernel kernel-qubes-vm
~~~ ~~~
Rebuild grub config. Rebuild grub config.