From 4ae685b5ca530f9e747ed94720ec1e6dbbe0ea73 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 8 Apr 2017 00:28:48 +0200 Subject: [PATCH 1/2] update example how to upgrade the dom0 kernel and the kernel used in the VMs. Signed-off-by: Holger Levsen --- common-tasks/software-update-dom0.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index dfa857da..6b2c6576 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -117,10 +117,11 @@ To enable or disable any of these repos permanently, change the corresponding bo ### 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. ~~~ -sudo qubes-dom0-update kernel-3.19* +sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable kernel kernel-qubes-vm ~~~ Rebuild grub config. From 67f0eac4cc140fa5acce5b3211bcf0b7102ef283 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 21 Apr 2017 18:25:41 -0700 Subject: [PATCH 2/2] Note that example enables unstable repo --- common-tasks/software-update-dom0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/software-update-dom0.md b/common-tasks/software-update-dom0.md index 6b2c6576..74d14336 100644 --- a/common-tasks/software-update-dom0.md +++ b/common-tasks/software-update-dom0.md @@ -118,7 +118,7 @@ To enable or disable any of these repos permanently, change the corresponding bo ### Kernel Upgrade ### Install newer kernel for dom0 and VMs. The package `kernel` is for dom0 and the package `kernel-qubes-vm` -is needed for the VMs. +is needed for the VMs. (Note that the following example enables the unstable repo.) ~~~ sudo qubes-dom0-update --enablerepo=qubes-dom0-unstable kernel kernel-qubes-vm