gentoo-asahi-releng/tools-hardened/desktop
Devan Franchini 7c08f84053 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.
2014-04-25 22:56:49 -04:00
..
configs tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
files files/portage/package.{gnome,xfce4}.accept_keywords: adds vlc-2.0.8 2014-04-24 22:45:25 -04:00
thuser tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
fluxbox-run.sh tools-hardened/desktop: centralizes common code for build scripts 2014-04-08 15:57:40 -04:00
gnome3-run.sh tools-hardened/desktop: centralizes common code for build scripts 2014-04-08 15:57:40 -04:00
make.sh tools-hardened/desktop: centralizes common code for build scripts 2014-04-08 15:57:40 -04:00
passwd.sh tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
README README: Added detail to kernel requirements. 2014-04-25 22:56:49 -04:00
rebuild.sh tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
run-base.sh tools-hardened/desktop: centralizes common code for build scripts 2014-04-08 15:57:40 -04:00
toolchain.sh tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
update.sh tools-hardened/desktop: initial commit of hardened amd64 desktop 2014-04-06 08:13:10 -04:00
xfce4-run.sh tools-hardened/desktop: centralizes common code for build scripts 2014-04-08 15:57:40 -04:00

Kernel Requirements:
====================

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:
=======

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! ;)