# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.31 2004/03/31 21:56:23 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.32 2004/04/01 15:49:38 zhen Exp $
+
+ 01 Apr 2004; John Davis <zhen@gentoo.org> catalyst, files/catalyst.conf,
+ files/x86-help.msg:
+ cosmetic touchups for 1.0.5
31 Mar 2004; John Davis <zhen@gentoo.org> targets/stage2/stage2.sh:
added support to the stage2 for stackable profiles bootstrap
#!/usr/bin/python
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.31 2004/03/25 00:03:27 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.32 2004/04/01 15:49:38 zhen Exp $
import os,sys,imp,string
print "Copyright 2003-2004 Gentoo Technologies, Inc."
print "Distributed under the GNU General Public License version 2"
-version="1.0"
+version="1.0.5"
if len(sys.argv)==1 or sys.argv[1] in ["-h","--help"]:
usage()
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.4 2004/03/04 19:34:11 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.5 2004/04/01 15:49:38 zhen Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
distdir="/usr/portage/distfiles"
# options set different build-time options for catalyst. Some examples are:
-# ccache = enables build time ccache support (on by default)
+# ccache = enables build time ccache support (highly recommended)
# pkgcache = keeps a tbz2 of every built package (useful if your build stops prematurely)
# distcc = enable distcc support for building. You have to set distcc_hosts in your spec file.
-options="pkgcache"
+options="ccache pkgcache"
# sharedir specifies where all of the catalyst runtime executables are. Most users do
# not need to change this.
+++ /dev/null
-Gentoo Linux 2004.0 LiveCD boot options - [F1 to display available kernels]
-
-Many kernel profiles exist on a livecd. Please hit F1
-to see the available kernels on this livecd. Please note that
-the -nofb counterparts to each kernel disable the framebuffer
-and bootsplash.
-
-Options available to pass to your kernel of choice.
-- agpgart loads agpgart (use if you have graphic problems,lockups)
-- doscsi scan for scsi devices (breaks some ethernet cards)
-- nodetect causes hwsetup/kudzu and hotplug not to run
-- dofirewire modprobes firewire modules in initrd (for firewire cdroms,etc)
-- nousb disables usb module load from initrd, disables hotplug
-- nodhcp dhcp does not automatically start if nic detected
-- doataraid loads ide raid modules from initrd
-- dopcmcia starts pcmcia service
-- noapm disables apm module load
-- noraid disables loading of evms modules
-- nohotplug disables loading hotplug service
-- ide=nodma Force disabling of dma for malfunctioning ide devices
-- cdcache Cache the entire runtime portion of cd in ram, allows you
- to umount /mnt/cdrom to mount another cdrom.
-- noraid disables autoloading of evms modules
-- dokeymap enable keymap selection for non-us keyboard layouts
-- noapic disable apic (try if having hardware problems ,nics,scsi,etc)