From 7c08f8405310c283dbcd4197dc224fe2abda9d57 Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Fri, 25 Apr 2014 22:56:49 -0400 Subject: [PATCH] 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 86f0dc4a..c3d7c836 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: =======