tools-hardened/desktop/: Updates kernel to 3.14.2-r1.
This update includes changes to the README which instruct on how to apply the loop-AES patch along with updates to the kernel requirements. It also updates the kernel config to a 3.14.2-r1 compatible .config file, as well as updating the kernel-config variable to point towards the 3.14.2-r1 config file.
This commit is contained in:
parent
7b5960b0b4
commit
726829e34d
4 changed files with 12376 additions and 2 deletions
|
@ -3,13 +3,22 @@ Kernel Requirements:
|
||||||
|
|
||||||
On the host system, these two packages need to be installed:
|
On the host system, these two packages need to be installed:
|
||||||
|
|
||||||
* sys-kernel/hardened-sources-3.13.5
|
* sys-kernel/hardened-sources-3.14.2-r1
|
||||||
* sys-kernel/linux-firmware-20131230
|
* sys-kernel/linux-firmware-20131230
|
||||||
* sys-kernel/genkernel
|
* sys-kernel/genkernel
|
||||||
|
|
||||||
Once you emerge these things, create a symbolic link of the hardened-sources
|
Once you emerge these things, create a symbolic link of the hardened-sources
|
||||||
to point to "/usr/src/linux-tinhat".
|
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/
|
||||||
|
|
||||||
|
Then apply the patch:
|
||||||
|
|
||||||
|
* rm -f drivers/block/loop.c include/linux/loop.h
|
||||||
|
* patch -p1 < loop-AES-kernel-3.14.patch
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
9128
tools-hardened/desktop/configs/loop-AES-kernel-3.14.patch
Normal file
9128
tools-hardened/desktop/configs/loop-AES-kernel-3.14.patch
Normal file
File diff suppressed because it is too large
Load diff
3237
tools-hardened/desktop/files/3.14.2-hardened-r1.config
Normal file
3237
tools-hardened/desktop/files/3.14.2-hardened-r1.config
Normal file
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
3.13.5-hardened.config
|
3.14.2-hardened-r1.config
|
Loading…
Add table
Reference in a new issue