Skip to content

Instantly share code, notes, and snippets.

@fxlv
Created February 7, 2015 19:45
Show Gist options
  • Save fxlv/40f3a332bdd33b405ffb to your computer and use it in GitHub Desktop.
Save fxlv/40f3a332bdd33b405ffb to your computer and use it in GitHub Desktop.
kernel building debian
#!/bin/bash
make-kpkg clean
timestamp=`date +"%Y%m%d"`
time sudo fakeroot make-kpkg \
--revision $timestamp \
--initrd --jobs 8 \
kernel_image kernel_headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment