Simplify kernel version rpm command

Co-Authored-By: strugee <alex@strugee.net>
This commit is contained in:
Marek Marczykowski-Górecki 2018-11-18 19:25:21 -05:00 committed by GitHub
parent c4573610f7
commit 231cd82b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ sudo qubes-dom0-update kernel-latest
Reboot when it's done installing. Reboot when it's done installing.
You can double-check that the boot used the newer kernel with `uname -r`, which prints the version of the currently-running kernel. You can double-check that the boot used the newer kernel with `uname -r`, which prints the version of the currently-running kernel.
Compare this with the output of `rpm -qi kernel | grep Version`. Compare this with the output of `rpm -q kernel`.
If the start of `uname -r` matches one of the versions printed by `rpm`, then you're still using the Linux LTS kernel, and you'll probably need to manually fix your boot settings. If the start of `uname -r` matches one of the versions printed by `rpm`, then you're still using the Linux LTS kernel, and you'll probably need to manually fix your boot settings.
If `uname -r` reports a higher version number, then you've successfully booted with the kernel shipped by `kernel-latest`. If `uname -r` reports a higher version number, then you've successfully booted with the kernel shipped by `kernel-latest`.