From 652becdaaaa09c6ee9cb0b8bcf4bec50d246dcaa Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 12 Mar 2021 19:36:17 +0100 Subject: Some more articles reformatting --- content/docs/gentoo/kernel_upgrades.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'content/docs/gentoo/kernel_upgrades.md') diff --git a/content/docs/gentoo/kernel_upgrades.md b/content/docs/gentoo/kernel_upgrades.md index 0a2a65c..6b5cb60 100644 --- a/content/docs/gentoo/kernel_upgrades.md +++ b/content/docs/gentoo/kernel_upgrades.md @@ -1,11 +1,19 @@ --- title: "Gentoo Kernel Upgrades" -linkTitle: "Kernel Upgrades" -weight: 1 -description: > - Gentoo kernel upgrades on adyxax.org +description: Gentoo kernel upgrades on adyxax.org --- -# Gentoo kernel upgrades + +## Introduction + +Now that I am mostly running OpenBSD servers I just use genkernel to build my custom configuration on each node with : +{{< highlight sh >}} +eselect kernel list +eselect kernel set 1 +genkernel all --kernel-config=/proc/config.gz --menuconfig +nvim --diff /proc/config.gz /usr/src/linux/.config +{{< / highlight >}} + +Bellow you will find how I did things previously when centralising the build of all kernels on a collab-jde machine, and distributing them all afterwards. Local nodes would only rebuild local modules and get on with their life. ## Building on collab-jde -- cgit v1.2.3