diff options
author | Julien Dessaux | 2021-04-26 23:50:31 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-04-26 23:50:31 +0200 |
commit | af9ad21bb33138c3eb55f66a581cbcd22ee0cee7 (patch) | |
tree | ef5f33efd2775b758be10f415d7a3421f3eff2d8 /content/docs/gentoo | |
parent | Added the last witcher book articles (diff) | |
download | www-af9ad21bb33138c3eb55f66a581cbcd22ee0cee7.tar.gz www-af9ad21bb33138c3eb55f66a581cbcd22ee0cee7.tar.bz2 www-af9ad21bb33138c3eb55f66a581cbcd22ee0cee7.zip |
typo
Diffstat (limited to 'content/docs/gentoo')
-rw-r--r-- | content/docs/gentoo/kernel_upgrades.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/gentoo/kernel_upgrades.md b/content/docs/gentoo/kernel_upgrades.md index 6b5cb60..405e0a9 100644 --- a/content/docs/gentoo/kernel_upgrades.md +++ b/content/docs/gentoo/kernel_upgrades.md @@ -13,7 +13,7 @@ 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. +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 lives. ## Building on collab-jde |