commit: 7c08f8405310c283dbcd4197dc224fe2abda9d57 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Sat Apr 26 02:56:49 2014 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 02:56:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=7c08f840
README: Added detail to kernel requirements. The build scripts use genkernel to build the kernel and look for the kernel in /usr/src/linux-tinhat. This detail has been added to make it clearer for build script users. --- tools-hardened/desktop/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools-hardened/desktop/README b/tools-hardened/desktop/README index 86f0dc4..c3d7c83 100644 --- a/tools-hardened/desktop/README +++ b/tools-hardened/desktop/README @@ -5,6 +5,10 @@ On the host system, these two packages need to be installed: * sys-kernel/hardened-sources-3.13.5 * sys-kernel/linux-firmware-20131230 +* sys-kernel/genkernel + +Once you emerge these things, create a symbolic link of the hardened-sources +to point to "/usr/src/linux-tinhat". To run: =======
