Skip to content

Instantly share code, notes, and snippets.

@Trucido
Created June 9, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trucido/fe03672ca7b8e28e27c5 to your computer and use it in GitHub Desktop.
Save Trucido/fe03672ca7b8e28e27c5 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /usr/src/linux
patch -p1 < ../patches/01
patch -p1 < ../patches/02
patch -p1 < ../patches/03
patch -p1 < ../patches/04
patch -p1 < ../patches/05
patch -p1 < ../patches/06
cp ../configs/config-current debian/config/kernelarch-x86/config-arch-64
time debuild -eDEB_BUILD_OPTIONS="parallel=4" -us -uc -b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment