diff options
| author | nic <ra@afu.re> | 2025-07-26 18:18:28 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2025-07-26 18:18:28 -0400 |
| commit | d60cb39b456d6d33edaa5a7a40dc018139adcff6 (patch) | |
| tree | 755b90a230ec21b0f87043bcff513375c6c925a3 /cs/Gentoo/Kernel.md | |
| parent | 7e9dbc663f424543a88d0b566101b50b68afdd63 (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.md | 15 |
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 ---- |
