gentoo-asahi-releng/tools-hardened/desktop/README
Devan Franchini 726829e34d 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.
2014-05-06 15:22:32 -04:00

37 lines
824 B
Plaintext

Kernel Requirements:
====================
On the host system, these two packages need to be installed:
* sys-kernel/hardened-sources-3.14.2-r1
* 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".
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:
=======
Execute ./<DM>-run.sh
Where <DM> is a desktop manager of three flavors of choice:
* Fluxbox
* Gnome3
* Xfce4
When your ISO is built, you can clean up by removing the th-<ARCH>-<DM>/
directory as it is no longer needed.
Enjoy! ;)