Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r447 - in trunk/releases/2008.0: . specs/x86
Date: Thu, 28 Feb 2008 03:45:53
Message-Id: E1JUZiP-0008Mm-M6@stork.gentoo.org
1 Author: agaffney
2 Date: 2008-02-28 03:45:48 +0000 (Thu, 28 Feb 2008)
3 New Revision: 447
4
5 Modified:
6 trunk/releases/2008.0/ChangeLog
7 trunk/releases/2008.0/specs/x86/installcd-stage2-minimal.spec
8 Log:
9 Update minimal CD specs to match what's being used to build the release (kconfig and genkernel opts)
10
11 Modified: trunk/releases/2008.0/ChangeLog
12 ===================================================================
13 --- trunk/releases/2008.0/ChangeLog 2008-02-28 03:10:00 UTC (rev 446)
14 +++ trunk/releases/2008.0/ChangeLog 2008-02-28 03:45:48 UTC (rev 447)
15 @@ -2,6 +2,10 @@
16 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Header: $
18
19 + 28 Feb 2008; Andrew Gaffney <agaffney@g.o>
20 + specs/x86/installcd-stage2-minimal.spec:
21 + Update minimal CD specs to match what's being used to build the release
22 + (kconfig and genkernel opts)
23
24 27 Feb 2008; Brent Baude <ranger@g.o>
25 ppc/ppc64/installcd-stage2-minimal.spec
26
27 Modified: trunk/releases/2008.0/specs/x86/installcd-stage2-minimal.spec
28 ===================================================================
29 --- trunk/releases/2008.0/specs/x86/installcd-stage2-minimal.spec 2008-02-28 03:10:00 UTC (rev 446)
30 +++ trunk/releases/2008.0/specs/x86/installcd-stage2-minimal.spec 2008-02-28 03:45:48 UTC (rev 447)
31 @@ -15,12 +15,12 @@
32 livecd/type: gentoo-release-minimal
33
34 livecd/bootargs: dokeymap
35 -livecd/gk_mainargs: --lvm --dmraid --evms --mdadm
36 +livecd/gk_mainargs: --lvm --dmraid --evms --mdadm --makeopts=-j8
37
38 boot/kernel: gentoo
39 boot/kernel/gentoo/sources: gentoo-sources
40
41 -boot/kernel/gentoo/config: /root/livecd/kconfig/2008.0/x86/installcd-2.6.23.config
42 +boot/kernel/gentoo/config: /home/agaffney/release/2008.0/kconfig/installcd-2.6.23.config
43 boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X
44 boot/kernel/gentoo/packages:
45 sys-apps/pcmciautils
46
47 --
48 gentoo-commits@l.g.o mailing list