From b3bf195246d0eca90beccaaa34e21a8c67c79b09 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 11 Jan 2011 23:24:04 +0100 Subject: [PATCH] .conf: Document GPG variable --- genkernel.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/genkernel.conf b/genkernel.conf index e492936..2bc8183 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -56,6 +56,9 @@ USECOLOR="yes" # Add in Luks support. Needs sys-fs/cryptsetup with -dynamic installed. # LUKS="no" +# Add in GnuPG support +# GPG="no" + # Add in EVMS support from static binaries if they exist on the system: you # should run "emerge evms" first. # EVMS="no"