Is any way to log the all fakeroot make-kpkg --revision=custom.1.0 kernel_image compilation ? dmesg ?
You can log everything to a file, like this: Code: fakeroot make-kpkg --revision=custom.1.0 kernel_image compilation > mylog.txt To see what's happening in real-time, run Code: tail -f mylog.txt