linuxfromscratch:kernelconfiguration

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
linuxfromscratch:kernelconfiguration [2024/04/16 20:40] – [wpa_supplicant-2.10] baecylinuxfromscratch:kernelconfiguration [2025/12/17 15:02] (현재) – [From BLFS] baecy
줄 1: 줄 1:
 ======= Kernel Configuration ======= ======= Kernel Configuration =======
 +
 +===== From Gentoo Community =====
 +==== Firmware Blob Kernel config ====
 +<code lang=bash>
 +echo CONFIG_EXTRA_FIRMWARE='" '$({ cd /lib/firmware; echo amd-ucode/*; echo amdgpu/re*; echo rtl_nic/*; echo regulatory*; })'"' >> .config
 +make oldconfig
 +</code>
  
 ===== From BLFS ===== ===== From BLFS =====
  • linuxfromscratch/kernelconfiguration.txt
  • 마지막으로 수정됨: 2025/12/17 15:02
  • 저자 baecy