diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2013-12-31 01:01:14 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2015-02-26 14:20:45 -0800 |
commit | 3c54f44e0de26e9f20faedea0b32dad647a50c89 (patch) | |
tree | 78302beca573f3d633f4b9155ac680c7d89065b5 /etc | |
parent | Add remove_chroot and remove_autoresume functions. (diff) | |
download | catalyst-3c54f44e0de26e9f20faedea0b32dad647a50c89.tar.gz catalyst-3c54f44e0de26e9f20faedea0b32dad647a50c89.tar.bz2 catalyst-3c54f44e0de26e9f20faedea0b32dad647a50c89.zip |
Add keepwork option to catalyst.conf.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |