![fakeroot make-kpkg 빌드 패키지](https://linux55.com/image/67537/fakeroot%20make-kpkg%20%EB%B9%8C%EB%93%9C%20%ED%8C%A8%ED%82%A4%EC%A7%80.png)
내가 달릴 때
make-kpkg --initrd buildpackage
concurrency_level이 17로 설정된 경우 cc1-jobs를 실행하면 gnome-system-monitor에 따라 모든 코어가 100%입니다.
내가 달릴 때
fakeroot make-kpkg --initrd buildpackage
concurrency_level도 17로 설정되면 코어는 약 40-60%로 유지됩니다.
내가 뭘 잘못했나요?
fakeroot-ng를 사용해야 하나요?
ps: 그런데 xsltproc-jobs가 100%를 차지합니다. 혼란스러워요.
답변1
make-kpkg --rootcmd fakeroot --initrd kernel_image kernel_headers kernel_source kernel_manual kernel_debug
가는 길입니다.
왜인지는 모르겠지만
make-kpkg --rootcmd fakeroot --initrd buildpackage
문제가 있습니다.