Reorder options in catalyst.conf so they're alphabetical.
authorChris Gianelloni <wolf31o2@gentoo.org>
Sat, 2 Feb 2008 18:38:38 +0000 (18:38 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Sat, 2 Feb 2008 18:38:38 +0000 (18:38 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1267 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
files/catalyst.conf

index 57c56a4a0e5120a4dcae8d661664718b208a478a..b5fe7d8527c421cdd1f0cf977f6f3881ec808e80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 # 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
index cf62c922d6d656d63c104c60f7e18516f115963a..452ac643fad2b91d6a12569773ee7b58bf5b3dca 100644 (file)
@@ -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"