summaryrefslogtreecommitdiff
path: root/Technology/Gentoo/kernel_update.md
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-05-05 10:59:25 -0400
committernic <ra@afu.re>2025-05-05 10:59:25 -0400
commit21ae09ada9d367994b3a00c14bce5836a806b899 (patch)
tree7572094d84b9c185245c84d3dea90e39932e7dcc /Technology/Gentoo/kernel_update.md
parent0567d6cd88c593b7d69df371a9804fa384c4b5d6 (diff)
Auto from nzxt - Mon 05 May 2025 10:59:25 AM EDT
Diffstat (limited to 'Technology/Gentoo/kernel_update.md')
-rw-r--r--Technology/Gentoo/kernel_update.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/Technology/Gentoo/kernel_update.md b/Technology/Gentoo/kernel_update.md
deleted file mode 100644
index 0aa8233..0000000
--- a/Technology/Gentoo/kernel_update.md
+++ /dev/null
@@ -1,49 +0,0 @@
-cp /usr/src/linux/.config ~/($uname).backup
-
-emerge gentoo-sources
-eselect kernel list
-eslect kernel set x
-
-cd /usr/src/linux
-doas make mrproper
-cp ~/($uname).backup(oldone but not going to work...) .config
-
-make olddefconfig
-make menuconfig
-
-x = grep -c ^processor /proc/cpuinfo
-
-make -j x && make modules_install install
-
-cp /boot/vmlinuz-x.x.x-gentoo /boot/efi/boot/bootx64.efi
-
-emerge @module-rebuild # if nvida-drivers
-
-
-# protocol
-I have a problem when I run @world update since gentoo-sources is in my world file it update my kernel but does not compile it and it fuck up portage especially to compile nvidia
-
-1st: delete gentoo-source from world and treat it like portage
-aka: emerge -1
-
-2nd: choose a lts kernel every update
-
-# add build & symlink useflag ? post-hook prefered ?
-
-
-
-
-# post install hook
-
-0- must know before updating what change have been made
-
-1- take care of symlink with useflag so every new updated of gentoo-sources point to most recent kernel
-su
-
-make mrproper ??
-make olddefconf ??
-
-make -j$(nproc) && make modules_install install
-
-
-cp /boot/vmlinuz-x.x.x$(HOW TO GET IT)-gentoo /boot/efi/boot/bootx64.efi