From 84b0420c883a03377cf85e5b1ab0ee63ed9b7a40 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 18 Feb 2014 06:14:17 -0500 Subject: [PATCH] Fix afs cache size Accidentally set to 500M instead of 5G --- preseed/preseed-wheezy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed/preseed-wheezy.cfg b/preseed/preseed-wheezy.cfg index 378bbb6..d51857a 100644 --- a/preseed/preseed-wheezy.cfg +++ b/preseed/preseed-wheezy.cfg @@ -415,7 +415,7 @@ debconf debconf/priority select critical #openafs-client openafs-client/dynroot boolean true openafs-client openafs-client/thiscell string hcoop.net -openafs-client openafs-client/cachesize string 500000 +openafs-client openafs-client/cachesize string 5000000 openafs-client openafs-client/fakestat boolean true # warning: used to shut the installer up, but we're actually shipping -- 2.20.1