우분투 커스텀 커널 컴파일 Linux+more

Alternate Build Method: The Old-Fashioned Debian Way

sudo apt-get install linux-source device-tree-compiler # device-tree-compiler is only needed if you are targeting the PowerPC architecture

Now you can compile the kernel and create the packages:
make-kpkg clean # only needed if you want to do a "clean" build
fakeroot make-kpkg --initrd --append-to-version=-some-string-here kernel-image kernel-headers

Install the new kernel
커널은 빌드한 디렉토리 바로 위(..)에 존재함.
dpkg -i xxx.deb 로 설치하자. 끝

출처 : https://help.ubuntu.com/community/Kernel/Compile

근데, 씨발 존나 간단한걸 존나 어렵게 써놨어.

1 2 3 4 5 6 7 8 9 10 다음