kernel compiling logs'

Discussion in 'Kernel Questions' started by gabrix, May 30, 2007.

  1. gabrix

    gabrix New Member

    Is any way to log the all fakeroot make-kpkg --revision=custom.1.0 kernel_image compilation ? dmesg ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    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
     

Share This Page