From 5c6480d8e66941c31392c99d9a219895e9611f85 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Fri, 31 Oct 2008 14:38:28 +0000 Subject: [PATCH] Add in x86 stage2/3 for minimal CD svn path=/trunk/; revision=586 --- tools/ChangeLog | 3 +++ tools/catalyst-auto-x86.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ChangeLog b/tools/ChangeLog index f5d3911c..41819aa4 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 31 Oct 2008; Andrew Gaffney catalyst-auto-x86.conf: + Add in x86 stage2/3 for minimal CD + 28 Oct 2008; Andrew Gaffney catalyst-auto-x86.conf: Build i686 stage2/3 instead of x86 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index fbc4d104..83961d59 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -2,7 +2,7 @@ # self-explanatory. SPECS_DIR=/release/svn-releng/trunk/releases/weekly/specs/x86 -SPECS="stage1.spec i686/stage2.spec i686/stage3.spec" +SPECS="stage1.spec stage2.spec stage3.spec i686/stage2.spec i686/stage3.spec" SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec" #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"