commit: 9deede6fb934424d811e66ad2a799c7a9cad6c5f Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Thu Dec 11 22:29:18 2014 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Thu Dec 11 22:29:18 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=9deede6f
tools-hardened/desktop: Updates README to reflect recent changes and needed packages --- tools-hardened/desktop/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools-hardened/desktop/README b/tools-hardened/desktop/README index c271694..fa8526f 100644 --- a/tools-hardened/desktop/README +++ b/tools-hardened/desktop/README @@ -4,7 +4,7 @@ Kernel Requirements: On the host system, these packages need to be installed: * sys-kernel/hardened-sources-3.15.8 -* sys-kernel/linux-firmware-20131230 +* >=sys-kernel/linux-firmware-20131230 * sys-kernel/genkernel Once you emerge these things, create a symbolic link of the hardened-sources @@ -12,12 +12,12 @@ to point to "/usr/src/linux-tinhat". After this you need to apply the Loop-AES patch by doing the following: -* cp ./config/loop-AES-kernel-3.14.patch /usr/src/linux-tinhat/ +* cp ./config/loop-AES-kernel.patch /usr/src/linux-tinhat/ Then apply the patch: * rm -f drivers/block/loop.c include/linux/loop.h -* patch -p1 < loop-AES-kernel-3.14.patch +* patch -p1 < loop-AES-kernel.patch To run: =======
