commit: 8453184f38fa317f973adefa3120640106b039e8 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org> AuthorDate: Thu Dec 11 23:20:26 2014 +0000 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org> CommitDate: Thu Dec 11 23:20:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=8453184f
tools-hardened/desktop: Updates README to include information about the stage3 tarball --- tools-hardened/desktop/README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools-hardened/desktop/README b/tools-hardened/desktop/README index fa8526f..139124a 100644 --- a/tools-hardened/desktop/README +++ b/tools-hardened/desktop/README @@ -19,10 +19,21 @@ Then apply the patch: * rm -f drivers/block/loop.c include/linux/loop.h * patch -p1 < loop-AES-kernel.patch +Stage 3 tarball: +================ +TinHat relies on a stage 3 tarball as it's seed to begin the chroot. +By default, it expects to see the tarball in: +"/var/tmp/catalyst/builds/hardened/amd64/stage3-amd64-hardened-latest.tar.bz2" +You can however inform TinHat of your own location of choice by passing it +as an environment variable: "STAGE3". + To run: ======= +ex.) STAGE3="/ministry/of/silly/walks/evil-rabbit.tar.bz2" ./<DM>-run.sh + +or without the STAGE3 environment variable. -Execute ./<DM>-run.sh +ex.) ./<DM-run.sh Where <DM> is a desktop manager of three flavors of choice:
