mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-27 08:19:24 -05:00
kernel upgrade instructions
This commit is contained in:
parent
4c91b153a6
commit
4c8e420691
@ -63,4 +63,18 @@ Of course, command line tools are still available for accomplishing various upda
|
|||||||
sudo yum downgrade package-version
|
sudo yum downgrade package-version
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
### Kernel Upgrade ###
|
||||||
|
|
||||||
|
Install newer kernel. The following example installs kernel 3.19 and was tested on Qubes R3 RC1.
|
||||||
|
|
||||||
|
{% highlight trac-wiki %}
|
||||||
|
sudo qubes-dom0-update kernel-3.19*
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Rebuild grub config.
|
||||||
|
|
||||||
|
{% highlight trac-wiki %}
|
||||||
|
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Reboot required.
|
||||||
|
Loading…
Reference in New Issue
Block a user