Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] releng r478 - in trunk/releases/2008.0: . kconfig/ia64 specs/ia64
Date: Thu, 06 Mar 2008 16:07:19
Message-Id: E1JXIcn-0004nO-5q@stork.gentoo.org
1 Author: armin76
2 Date: 2008-03-06 16:07:16 +0000 (Thu, 06 Mar 2008)
3 New Revision: 478
4
5 Modified:
6 trunk/releases/2008.0/ChangeLog
7 trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config
8 trunk/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec
9 Log:
10 Disable PREEMPT on ia64 kernel
11
12 Modified: trunk/releases/2008.0/ChangeLog
13 ===================================================================
14 --- trunk/releases/2008.0/ChangeLog 2008-03-05 16:53:34 UTC (rev 477)
15 +++ trunk/releases/2008.0/ChangeLog 2008-03-06 16:07:16 UTC (rev 478)
16 @@ -2,6 +2,11 @@
17 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
18 # $Header: $
19
20 + 06 Mar 2008; Raúl Porcel <armin76@g.o>
21 + kconfig/ia64/installcd-2.6.23.config,
22 + specs/ia64/installcd-stage2-minimal.spec:
23 + Disable PREEMPT on ia64 kernel
24 +
25 05 Mar 2008; Raúl Porcel <armin76@g.o>
26 specs/alpha/installcd-stage2-minimal.spec:
27 Mask ntfs3g on alpha, not keyworded, thanks to Tobias Klausmann
28
29 Modified: trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config
30 ===================================================================
31 --- trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config 2008-03-05 16:53:34 UTC (rev 477)
32 +++ trunk/releases/2008.0/kconfig/ia64/installcd-2.6.23.config 2008-03-06 16:07:16 UTC (rev 478)
33 @@ -141,7 +141,7 @@
34 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
35 CONFIG_SCHED_SMT=y
36 # CONFIG_PERMIT_BSP_REMOVE is not set
37 -CONFIG_PREEMPT=y
38 +# CONFIG_PREEMPT is not set
39 CONFIG_SELECT_MEMORY_MODEL=y
40 # CONFIG_FLATMEM_MANUAL is not set
41 CONFIG_DISCONTIGMEM_MANUAL=y
42
43 Modified: trunk/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec
44 ===================================================================
45 --- trunk/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec 2008-03-05 16:53:34 UTC (rev 477)
46 +++ trunk/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec 2008-03-06 16:07:16 UTC (rev 478)
47 @@ -7,7 +7,8 @@
48 source_subpath: default/livecd-stage1-ia64-2008.0
49
50 livecd/cdfstype: squashfs
51 -livecd/cdtar: /usr/lib/catalyst/livecd/cdtar/elilo-3.6-cdtar.tar.bz2
52 +#livecd/cdtar: /usr/lib/catalyst/livecd/cdtar/elilo-3.6-cdtar.tar.bz2
53 +livecd/cdtar: /home/armin76/tmp/elilo-3.6-cdtar.tar.bz2
54
55 livecd/iso: /var/tmp/catalyst/builds/default/install-ia64-minimal-2008.0.iso
56
57
58 --
59 gentoo-commits@l.g.o mailing list