summaryrefslogtreecommitdiff
path: root/cs/Gentoo/Kernel.md
diff options
context:
space:
mode:
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
----