From f1dc7897817263b2c524e35705382c22aa345adf Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 15 Dec 2024 21:37:28 +0100 Subject: Updates --- content/gentoo-kernel-upgrade.md | 6 +++--- themes/chilldark | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/gentoo-kernel-upgrade.md b/content/gentoo-kernel-upgrade.md index 203d6f2..c806c31 100644 --- a/content/gentoo-kernel-upgrade.md +++ b/content/gentoo-kernel-upgrade.md @@ -1,5 +1,6 @@ +++ title = "Gentoo kernel upgrade" +summary = "Little howto on updating the kernel in a Gentoo system" +++ ## Preliminary steps @@ -58,7 +59,6 @@ make menuconfig Manually editing the `.config` file is highly discouraged. {{< /note >}} - ## Building Once you finished setting your configuration, you can build your kernel with make. @@ -76,14 +76,14 @@ Firstly, install the microcode firmware and the tool to manage it. emerge sys-firmware/intel-microcode ``` -Use the newly installed iucode_tool to get the processor signature and search a microcode bundle with a matching signature. +Use the newly installed `iucode_tool` to get the processor signature and search a microcode bundle with a matching signature. ```sh {class="cmd-root"} iucode_tool -S iucode_tool -S -l /lib/firmware/intel-ucode/* ``` -Enable in the kernel configuration the microcode loading features. Then, add in the Firmware loading facility the microcode +Enable in the kernel configuration the microcode loading features. Then, add in the `Firmware loading facility` the microcode bundle found before as a named firmware blob. After building the kernel, you can easily verify after the boot that the microcode is loaded with dmesg. diff --git a/themes/chilldark b/themes/chilldark index 3906324..2402263 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit 3906324f4101241374807fafa135805c3c4e9a84 +Subproject commit 2402263a9790dee38d2b5c57fbdaed1fe8bacd27 -- cgit v1.2.3