summaryrefslogtreecommitdiff
path: root/cs/Gentoo/Kernel.md
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-07-26 18:18:28 -0400
committernic <ra@afu.re>2025-07-26 18:18:28 -0400
commitd60cb39b456d6d33edaa5a7a40dc018139adcff6 (patch)
tree755b90a230ec21b0f87043bcff513375c6c925a3 /cs/Gentoo/Kernel.md
parent7e9dbc663f424543a88d0b566101b50b68afdd63 (diff)
Auto from nzxt - Sat 26 Jul 2025 06:18:28 PM EDT
Diffstat (limited to 'cs/Gentoo/Kernel.md')
-rw-r--r--cs/Gentoo/Kernel.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/cs/Gentoo/Kernel.md b/cs/Gentoo/Kernel.md
index 1f0a1f4..139597f 100644
--- a/cs/Gentoo/Kernel.md
+++ b/cs/Gentoo/Kernel.md
@@ -1,17 +1,2 @@
-
-[[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
----