1 2 3 4 5 6 7
#!/bin/sh # Build kernel A (stock + inject.diff, ALREADY applied) -- no patch steps. set -e cd /usr/src make -j6 nativekernel KERNCONF=X86_64_GENERIC make installkernel KERNCONF=X86_64_GENERIC echo KERNEL_A_INSTALLED