geek-sources. (gentoo) - GNU/Linux

Users browsing this thread: 1 Guest(s)
simon
Long time nixers
If you are using gentoo/funtoo/pentoo u might want to use geek-sources.
Code:
emerge layman
layman -a init6
vim/nano -w /etc/make.conf
and put,
Code:
source /var/lib/layman/make.conf
dont forget to emerge --sync after that.

[Image: vZm81NA]

Code:
USE="branding grsecurity bfq" emerge geek-sources
Will give you branding(gentoo bradning) grsecurity patches and bfq patches.
if u are using genkernel just,
Code:
genkernel --menuconfig all
edit grub to your needs.
simon
Long time nixers
Information about ck/bfs can be read HERE

And most of the other things can be found HERE

bld information HERE
yrmt
Grey Hair Nixers
Thanks you for this, simon ;)