summaryrefslogtreecommitdiff
path: root/cs/Gentoo/Kernel.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 /cs/Gentoo/Kernel.md
parent0567d6cd88c593b7d69df371a9804fa384c4b5d6 (diff)
Auto from nzxt - Mon 05 May 2025 10:59:25 AM EDT
Diffstat (limited to 'cs/Gentoo/Kernel.md')
-rw-r--r--cs/Gentoo/Kernel.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/cs/Gentoo/Kernel.md b/cs/Gentoo/Kernel.md
new file mode 100644
index 0000000..f4bdcd0
--- /dev/null
+++ b/cs/Gentoo/Kernel.md
@@ -0,0 +1,19 @@
+
+
+[[kernel_update]]
+
+[[gentoo-kernel-bin]]
+
+
+---
+# will not use initramfs use flag on linux-firmware because will be loading initramfs in kernel directly
+USE="static" emerge sys-apps/busybox
+vim /usr/src/initramfs/[initramfs_list](initramfs_list)
+vim /usr/src/initramfs/[[init](init)
+# Build Kernel
+emerge --oneshot gentoo-sources
+cd /usr/src/linux
+lspci -k | grep "use"
+make [menuconfig](menuconfig)
+make -j$(nproc) && make modules_install install
+---