aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-01-27 14:45:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-01-27 14:45:21 +0000
commitb26420194be91bd2b0c0e2a6f4c8e8fc2442154b (patch)
tree2ae452078482539210b3ada2cecdfa140f32b42a /examples/livecd-stage2_template.spec
parentReally fixing bug #120475 this time. This is 2.0_rc25. (diff)
downloadcatalyst-b26420194be91bd2b0c0e2a6f4c8e8fc2442154b.tar.gz
catalyst-b26420194be91bd2b0c0e2a6f4c8e8fc2442154b.tar.bz2
catalyst-b26420194be91bd2b0c0e2a6f4c8e8fc2442154b.zip
Added more verbose wording and examples for pkgcache_path and kerncache_path, where necessary.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1049 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'examples/livecd-stage2_template.spec')
-rw-r--r--examples/livecd-stage2_template.spec23
1 files changed, 16 insertions, 7 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
index 97d39391..56b6febc 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -56,6 +56,22 @@ distcc_hosts:
# portage_confdir: /etc/portage
portage_confdir:
+# This allows the optional directory containing the output packages for
+# catalyst. Mainly used as a way for different spec files to access the same
+# cache directory. Default behavior is for this location to be autogenerated
+# by catalyst based on the spec file.
+# example:
+# pkgcache_path: /tmp/packages
+pkgcache_path:
+
+# This allows the optional directory containing the output packages for kernel
+# builds. Mainly used as a way for different spec files to access the same
+# cache directory. Default behavior is for this location to be autogenerated
+# by catalyst based on the spec file.
+# example:
+# kerncache_path: /tmp/kernel
+kerncache_path:
+
# The fstype is used to determine what sort of CD we should build. This is
# used to set the type of loopback filesystem that we will use on our CD.
# Possible options are as follows:
@@ -318,10 +334,3 @@ livecd/empty:
# example:
# livecd/rm: /lib/*.a /usr/lib/*.a /usr/lib/gcc-lib/*/*/libgcj* /etc/dispatch-conf.conf /etc/etc-update.conf /etc/*- /etc/issue* /etc/make.conf /etc/man.conf /etc/*.old /root/.viminfo /usr/sbin/bootsplash* /usr/sbin/fb* /usr/sbin/fsck.cramfs /usr/sbin/fsck.minix /usr/sbin/mkfs.minix /usr/sbin/mkfs.bfs /usr/sbin/mkfs.cramfs /lib/security/pam_access.so /lib/security/pam_chroot.so /lib/security/pam_debug.so /lib/security/pam_ftp.so /lib/security/pam_issue.so /lib/security/pam_mail.so /lib/security/pam_motd.so /lib/security/pam_mkhomedir.so /lib/security/pam_postgresok.so /lib/security/pam_rhosts_auth.so /lib/security/pam_userdb.so /usr/share/consolefonts/1* /usr/share/consolefonts/7* /usr/share/consolefonts/8* /usr/share/consolefonts/9* /usr/share/consolefonts/A* /usr/share/consolefonts/C* /usr/share/consolefonts/E* /usr/share/consolefonts/G* /usr/share/consolefonts/L* /usr/share/consolefonts/M* /usr/share/consolefonts/R* /usr/share/consolefonts/a* /usr/share/consolefonts/c* /usr/share/consolefonts/dr* /usr/share/consolefonts/g* /usr/share/consolefonts/i* /usr/share/consolefonts/k* /usr/share/consolefonts/l* /usr/share/consolefonts/r* /usr/share/consolefonts/s* /usr/share/consolefonts/t* /usr/share/consolefonts/v* /etc/splash/livecd-2005.0/16* /etc/splash/livecd-2005.0/12* /etc/splash/livecd-2005.0/6* /etc/splash/livecd-2005.0/8* /etc/splash/livecd-2005.0/images/silent-16* /etc/splash/livecd-2005.0/images/silent-12* /etc/splash/livecd-2005.0/images/silent-6* /etc/splash/livecd-2005.0/images/silent-8* /etc/splash/livecd-2005.0/images/verbose-16* /etc/splash/livecd-2005.0/images/verbose-12* /etc/splash/livecd-2005.0/images/verbose-6* /etc/splash/livecd-2005.0/images/verbose-8* /etc/make.conf.example /etc/make.globals /etc/resolv.conf
livecd/rm:
-
-# Setting the option overrides the location of the pkgcache
-pkgcache_path:
-
-# Setting the option overrides the location of the kerncache
-kerncache_path:
-