Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # cd /usr/src/
  2. # tar xfj linux-3.2.28.tar.bz2
  3. # rm -rf linux
  4. # ln -s /usr/src/linux-3.2.28 /usr/src/linux
  5. # cd /usr/src/linux
  6. # patch -p1 < /tmp/grsecurity-2.9.1-3.2.28-201208232048.patch
  7. # zcat /proc/config.gz > .config
  8. # make oldnoconfig
  9. # make menuconfig