Created
February 7, 2015 19:45
-
-
Save fxlv/40f3a332bdd33b405ffb to your computer and use it in GitHub Desktop.
kernel building debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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