summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2025-03-07 10:26:39 -0500
committernic <ra@afu.re>2025-03-07 10:26:39 -0500
commit6168d2b5542f7bfce17929f6f0245f5eff50a01e (patch)
tree199fa6b3d848793cf0050d612ab888d1403d5345
parentda1541b0ea29c8e5b431393a2aeb7e8595d695bb (diff)
Auto from nzxt - Fri 07 Mar 2025 10:26:39 AM EST
-rw-r--r--Technology/Gentoo/Kernel.md1
-rw-r--r--Technology/Gentoo/index.md2
-rw-r--r--Technology/Gentoo/menuconfig.md66
3 files changed, 0 insertions, 69 deletions
diff --git a/Technology/Gentoo/Kernel.md b/Technology/Gentoo/Kernel.md
index f9fffaf..f4bdcd0 100644
--- a/Technology/Gentoo/Kernel.md
+++ b/Technology/Gentoo/Kernel.md
@@ -1,5 +1,4 @@
-[[menuconfig]]
[[kernel_update]]
diff --git a/Technology/Gentoo/index.md b/Technology/Gentoo/index.md
index 4888d04..fb50ed8 100644
--- a/Technology/Gentoo/index.md
+++ b/Technology/Gentoo/index.md
@@ -25,8 +25,6 @@ all batteries info in /sys/class/power_supply
- re emerge media-video/ffmpeg
- sys-apps/nvme-cli
-custom gentoo usb with own tool to install like custom arch-root & fstabgen artix instpired
diff --git a/Technology/Gentoo/menuconfig.md b/Technology/Gentoo/menuconfig.md
index cbb7c83..8b13789 100644
--- a/Technology/Gentoo/menuconfig.md
+++ b/Technology/Gentoo/menuconfig.md
@@ -1,67 +1 @@
-#EFI stub
-[[KERNEL Enable support for GPT]]
-[[KERNEL Enable ISO8859-1 codepage and support for VFAT]]
-[[KERNEL Enable EFI stub support]]
-[[KERNEL Enable support for UEFI]]
-# Luks encrypted rootfs
-[[KERNEL Enabling device mapper and crypt]]
-[[KERNEL Enabling cryptographic API functions]]
-[[KERNEL Enabling tcrypt]]
-
-# Embeded initramfs with a file-list
-[[KERNEL CONFIG INITRAMFS SOURCE]]
-# will not use initramfs use flag on linux-firmware because will loading in kernel directly
-
-# AMD microcode
-# An efistub compatible method to load microcode without using an initramfs
-# grep -F -m 1 "cpu family" /proc/cpuinfo will tell you which blob file need to be loaded
-[[KERNEL Enable AMD microcode]] *** NOT FOUND
-[[KERNEL Enable firmware loading]]
-[[KERNEL Enable All AMD firmware blobs in Kernel]] # NOT ALL TAKE ONLY 1
-
-# Gentoo
-[[KERNEL Enabling Gentoo specific options]]
-
-# Basics
-[[KERNEL Enabling devtmpfs support]]
-[[KERNEL Enabling SCSI disk support]]
-[[KERNEL Enabling basic SATA and PATA support]]
-[[KERNEL Enable basic NVMe support]]
-[[KERNEL Enabling additional NVMe support]]
-[[KERNEL Enable file system support]]
-[[KERNEL Activating SMP support]]
-[[KERNEL Enable USB and human input device support]]
-[[KERNEL Selecting processor types and features]]
-[[KERNEL Enable Sound card support]] # pipewire...
-[[KERNEL Enable support for SND_USB_AUDIO]] # for blue yeti
-[[KERNEL UDF File system support]]
-
-# KVM/QEMU
-[[KERNEL libvirt]]
-[[KERNEL Enabling blkio]]
-[[KERNEL Enabling memory]]
-[[KERNEL Enabling tun]] #used in the default libvirt/virt-manager networking setup)
-[[KERNEL Enable high resolution timer support]]
-[[KERNEL Enable KVM support for processor]]
-[[KERNEL vhost-net]]
-[[KERNEL Optional advanced networking support]]
-[[KERNEL Enabling 802.1d Ethernet Bridging support]]
-
-
-
-# Networking (For NetworkManager)
-[[KERNEL Networking support]]
-
-## dont forget
-CONFIG_CMDLINE
-CONFIG_MOUSE_PS2_ELANTECH
-
-thinkpad...
-
-net.ifnames=0 to be added to CONFIG_CMDLINE to have old ETH interface names
-
-BUILT-in kernel command line ...
-
-
-NEED TO PLAY WITH KERNEL LEAST POSSIBLE - WANT BIN KERNEL ?