From 3c54f44e0de26e9f20faedea0b32dad647a50c89 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 31 Dec 2013 01:01:14 -0800 Subject: Add keepwork option to catalyst.conf. --- etc/catalyst.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/catalyst.conf b/etc/catalyst.conf index d52a5c84..01708e72 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -55,6 +55,8 @@ hash_function="crc32" # distcc = enable distcc support for building. You have to set distcc_hosts in # your spec file. # icecream = enables icecream compiler cluster support for building +# keepwork = Prevents the removal of the working chroot path and any autoresume +# files or points. # kerncache = keeps a tbz2 of your built kernel and modules (useful if your # build stops in livecd-stage2) # pkgcache = keeps a tbz2 of every built package (useful if your build stops -- cgit v1.2.3-65-gdbad