diff options
-rw-r--r-- | src/catalyst/ChangeLog | 6 | ||||
-rw-r--r-- | src/catalyst/examples/livecd-stage2_template.spec | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/src/catalyst/ChangeLog b/src/catalyst/ChangeLog index b34507daf6..990c95bcd4 100644 --- a/src/catalyst/ChangeLog +++ b/src/catalyst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.101 2005/07/13 00:04:52 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/Attic/ChangeLog,v 1.198.2.102 2005/07/13 16:52:00 wolf31o2 Exp $ + + 13 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> + examples/livecd-stage2_template.spec: + Removed postconf from example spec files. 12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst, targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh, diff --git a/src/catalyst/examples/livecd-stage2_template.spec b/src/catalyst/examples/livecd-stage2_template.spec index fbccfb2456..af1216aa4b 100644 --- a/src/catalyst/examples/livecd-stage2_template.spec +++ b/src/catalyst/examples/livecd-stage2_template.spec @@ -283,13 +283,6 @@ boot/kernel/gentoo/use: # boot/kernel/gentoo/extraversion: boot/kernel/gentoo/extraversion: -# This option is a list of packages which genkernel will emerge after the kernel -# has been configured, but before it is compiled. This option is used for the -# exclusive purpose of including our gensplash theme into the kernel bzImage. -# example: -# boot/kernel/gentoo/postconf: splashutils splash-themes-livecd -boot/kernel/gentoo/postconf: - # This option is for merging kernel-dependent packages and external modules that # are configured against this kernel label. # example: |