From ce69ff17817832a5047859d78ac07a91a5322398 Mon Sep 17 00:00:00 2001 From: Stephen Wadeley Date: May 26 2015 20:13:38 +0000 Subject: Update: dnf list installed "kernel-*" --- diff --git a/en-US/Manually_Upgrading_the_Kernel.xml b/en-US/Manually_Upgrading_the_Kernel.xml index e8c498f..47e8548 100644 --- a/en-US/Manually_Upgrading_the_Kernel.xml +++ b/en-US/Manually_Upgrading_the_Kernel.xml @@ -246,20 +246,18 @@ Alternatively, on systems with a floppy drive, you can create a boot diskette by installing the mkbootdisk package and running the mkbootdisk command as root. See man mkbootdisk man page after installing the package for usage information. - To determine which kernel packages are installed, execute the command yum list installed "kernel-*" at a shell prompt. The output will comprise some or all of the following packages, depending on the system's architecture, and the version numbers might differ: + To determine which kernel packages are installed, execute the command dnf list installed "kernel-*" at a shell prompt. The output will comprise some or all of the following packages, depending on the system's architecture, and the version numbers might differ: - ~]# yum list installed "kernel-*" -Loaded plugins: langpacks + ~]# dnf list installed "kernel-*" +Last metadata expiration check performed 0:28:51 ago on Tue May 26 21:22:39 2015. Installed Packages -kernel.x86_64 3.17.4-302.fc21 @updates -kernel.x86_64 3.17.6-300.fc21 @updates -kernel.x86_64 3.17.7-300.fc21 @updates -kernel-core.x86_64 3.17.4-302.fc21 @updates -kernel-core.x86_64 3.17.6-300.fc21 @updates -kernel-core.x86_64 3.17.7-300.fc21 @updates -kernel-modules.x86_64 3.17.4-302.fc21 @updates -kernel-modules.x86_64 3.17.6-300.fc21 @updates -kernel-modules.x86_64 3.17.7-300.fc21 @updates +kernel-core.x86_64 4.0.3-300.fc22 @System +kernel-core.x86_64 4.0.4-300.fc22 @System +kernel-core.x86_64 4.0.4-301.fc22 @System +kernel-headers.x86_64 4.0.4-301.fc22 @System +kernel-modules.x86_64 4.0.3-300.fc22 @System +kernel-modules.x86_64 4.0.4-300.fc22 @System +kernel-modules.x86_64 4.0.4-301.fc22 @System From the output, determine which packages need to be downloaded for the kernel upgrade. For a single processor system, the only required package is the kernel package. See for descriptions of the different packages.