From ef81e70e44153e2ca32508b558e450d59f26708a Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 24 Jan 2012 09:25:52 +0100 Subject: [PATCH] update config file --- config/common.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/common.conf b/config/common.conf index a03ee49..c624ea0 100644 --- a/config/common.conf +++ b/config/common.conf @@ -1,3 +1,7 @@ +# Sets the directory where EzBuild will save every produced archives. This includes +# Portage snapshots as well as built stages and livecd images. +STORAGEDIR="/home/linux" + # This directive specifies a list of algorithms to be used when creating a digest file # containing the hash output from any of the supported options below. Adding them may # take a long time. Supported hashes: adler32, crc32, crc32b, gost, haval128, haval160, @@ -6,6 +10,10 @@ # whirlpool DIGESTS="" +# Specifies where your distfiles are located. This setting should work fine for every +# default installation. +DISTDIR="/usr/portage/distfiles" + # A time designation representing the time in seconds that you allow the connection to # the server to take. This only limits the connection phase, once it has connected this # option is of no more use. Setting a timeout to 0 disables it altogether. Unless you