From: Chris Gianelloni Date: Sat, 2 Feb 2008 18:38:38 +0000 (+0000) Subject: Reorder options in catalyst.conf so they're alphabetical. X-Git-Tag: CATALYST_2_0_6_916~227 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fb3ff14deb5fb76b10851a0c7a37831e85ddf48;p=catalyst.git Reorder options in catalyst.conf so they're alphabetical. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1267 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 57c56a4a..b5fe7d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 02 Feb 2008; Chris Gianelloni files/catalyst.conf: + Reorder options in catalyst.conf so they're alphabetical. + 02 Feb 2008; Andrew Gaffney targets/support/bootloader-setup.sh: Add 'pager on' to grub.conf for bug 208531 diff --git a/files/catalyst.conf b/files/catalyst.conf index cf62c922..452ac643 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -37,10 +37,10 @@ hash_function="crc32" # 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. @@ -48,7 +48,7 @@ hash_function="crc32" # 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"