# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
+ Reorder options in catalyst.conf so they're alphabetical.
+
02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/bootloader-setup.sh:
Add 'pager on' to grub.conf for bug 208531
# icecream = enables icecream compiler cluster support for building
# 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
-# prematurely)
# metadata_overlay = enabled the metadata_overlay cache module in portage, which
# uses the in-tree metadata
+# pkgcache = keeps a tbz2 of every built package (useful if your build stops
+# prematurely)
# seedcache = use the build output of a previous target if it exists to speed up
# the copy
# snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
# your cache. The cache is unlinked before any empty or rm processing, though.
#
# (These options can be used together)
-options="autoresume kerncache pkgcache seedcache snapcache metadata_overlay"
+options="autoresume kerncache metadata_overlay pkgcache seedcache snapcache"
# portdir specifies the source portage tree used by the snapshot target.
portdir="/usr/portage"