aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog41
-rw-r--r--ChangeLog.old1
-rw-r--r--README1
-rw-r--r--arch/alpha.py1
-rw-r--r--arch/amd64.py1
-rw-r--r--arch/arm.py1
-rw-r--r--arch/hppa.py1
-rw-r--r--arch/ia64.py1
-rw-r--r--arch/mips.py1
-rw-r--r--arch/ppc.py1
-rw-r--r--arch/ppc64.py1
-rw-r--r--arch/s390.py1
-rw-r--r--arch/sh.py1
-rw-r--r--arch/sparc.py1
-rw-r--r--arch/sparc64.py1
-rw-r--r--arch/x86.py1
-rw-r--r--files/catalyst.conf1
-rw-r--r--modules/builder.py1
-rwxr-xr-xmodules/catalyst_lock.py1
-rw-r--r--modules/catalyst_support.py1
-rw-r--r--modules/embedded_target.py1
-rw-r--r--modules/generic_stage_target.py1
-rw-r--r--modules/generic_target.py1
-rw-r--r--modules/grp_target.py1
-rw-r--r--modules/livecd_stage1_target.py1
-rw-r--r--modules/livecd_stage2_target.py1
-rw-r--r--modules/netboot2_target.py1
-rw-r--r--modules/netboot_target.py1
-rw-r--r--modules/snapshot_target.py1
-rw-r--r--modules/stage1_target.py1
-rw-r--r--modules/stage2_target.py1
-rw-r--r--modules/stage3_target.py1
-rw-r--r--modules/stage4_target.py1
-rw-r--r--modules/tinderbox_target.py1
-rwxr-xr-xtargets/embedded/embedded-chroot.sh1
-rwxr-xr-xtargets/embedded/embedded-controller.sh1
-rwxr-xr-xtargets/embedded/embedded-preclean-chroot.sh1
-rw-r--r--targets/embedded/unmerge.sh1
-rwxr-xr-xtargets/grp/grp-chroot.sh1
-rwxr-xr-xtargets/grp/grp-controller.sh1
-rwxr-xr-xtargets/grp/grp-preclean-chroot.sh1
-rwxr-xr-xtargets/livecd-stage1/livecd-stage1-chroot.sh1
-rwxr-xr-xtargets/livecd-stage1/livecd-stage1-controller.sh1
-rwxr-xr-xtargets/livecd-stage1/livecd-stage1-preclean-chroot.sh1
-rwxr-xr-xtargets/livecd-stage2/livecd-stage2-controller.sh1
-rwxr-xr-xtargets/netboot/netboot-chroot.sh1
-rw-r--r--targets/netboot/netboot-combine.sh1
-rwxr-xr-xtargets/netboot/netboot-controller.sh1
-rw-r--r--targets/netboot/netboot-image.sh1
-rw-r--r--targets/netboot2/netboot2-controller.sh1
-rw-r--r--targets/netboot2/netboot2-copyfile.sh1
-rw-r--r--targets/netboot2/netboot2-pkg.sh1
-rwxr-xr-xtargets/stage1/build.py1
-rwxr-xr-xtargets/stage1/stage1-chroot.sh1
-rwxr-xr-xtargets/stage1/stage1-controller.sh1
-rwxr-xr-xtargets/stage1/stage1-preclean-chroot.sh1
-rwxr-xr-xtargets/stage2/stage2-chroot.sh1
-rwxr-xr-xtargets/stage2/stage2-controller.sh1
-rwxr-xr-xtargets/stage2/stage2-preclean-chroot.sh1
-rwxr-xr-xtargets/stage3/stage3-chroot.sh1
-rwxr-xr-xtargets/stage3/stage3-controller.sh1
-rwxr-xr-xtargets/stage3/stage3-preclean-chroot.sh1
-rwxr-xr-xtargets/stage4/stage4-controller.sh1
-rwxr-xr-xtargets/stage4/stage4-preclean-chroot.sh1
-rwxr-xr-xtargets/support/bootloader-setup.sh1
-rwxr-xr-xtargets/support/create-iso.sh1
-rwxr-xr-xtargets/support/livecdfs-update.sh1
-rwxr-xr-xtargets/support/netboot2-final.sh1
-rw-r--r--targets/support/unmerge.sh1
-rwxr-xr-xtargets/tinderbox/tinderbox-chroot.sh1
-rwxr-xr-xtargets/tinderbox/tinderbox-controller.sh1
-rwxr-xr-xtargets/tinderbox/tinderbox-preclean-chroot.sh1
72 files changed, 41 insertions, 71 deletions
diff --git a/ChangeLog b/ChangeLog
index 36a790e5..edc03fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,47 @@
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 02 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> README, arch/alpha.py,
+ arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py,
+ arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py,
+ arch/sparc64.py, arch/x86.py, files/catalyst.conf, modules/builder.py,
+ modules/catalyst_lock.py, modules/catalyst_support.py,
+ modules/embedded_target.py, modules/generic_stage_target.py,
+ modules/generic_target.py, modules/grp_target.py,
+ modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
+ modules/netboot2_target.py, modules/netboot_target.py,
+ modules/snapshot_target.py, modules/stage1_target.py,
+ modules/stage2_target.py, modules/stage3_target.py,
+ modules/stage4_target.py, modules/tinderbox_target.py,
+ targets/embedded/embedded-chroot.sh,
+ targets/embedded/embedded-controller.sh,
+ targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh,
+ targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
+ targets/grp/grp-preclean-chroot.sh,
+ targets/livecd-stage1/livecd-stage1-chroot.sh,
+ targets/livecd-stage1/livecd-stage1-controller.sh,
+ targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
+ targets/livecd-stage2/livecd-stage2-controller.sh,
+ targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
+ targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh,
+ targets/netboot2/netboot2-controller.sh,
+ targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
+ targets/stage1/build.py, targets/stage1/stage1-chroot.sh,
+ targets/stage1/stage1-controller.sh,
+ targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh,
+ targets/stage2/stage2-controller.sh,
+ targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
+ targets/stage3/stage3-controller.sh,
+ targets/stage3/stage3-preclean-chroot.sh,
+ targets/stage4/stage4-controller.sh,
+ targets/stage4/stage4-preclean-chroot.sh,
+ targets/support/bootloader-setup.sh, targets/support/create-iso.sh,
+ targets/support/livecdfs-update.sh, targets/support/netboot2-final.sh,
+ targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
+ targets/tinderbox/tinderbox-controller.sh,
+ targets/tinderbox/tinderbox-preclean-chroot.sh:
+ Removing old CVS Header lines, which are no longer used since moving to SVN.
+
02 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/stage4/stage4-chroot.sh:
Added back a missing 'then' from stage4 target.
diff --git a/ChangeLog.old b/ChangeLog.old
index f59a6574..503f18ce 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -1,6 +1,5 @@
# ChangeLog for gentoo-src/stager
# Copyright 2002-2003 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog.old,v 1.2 2004/10/15 02:48:20 zhen Exp $
12 Oct 2003; Daniel Robbins <drobins@gentoo.org>: subarch test outsourced to
python catalyst-subarches function.
diff --git a/README b/README
index f64cca7e..14926b64 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.17 2006/10/02 20:41:53 wolf31o2 Exp $
Licensing
========================
diff --git a/arch/alpha.py b/arch/alpha.py
index 24978352..acc38270 100644
--- a/arch/alpha.py
+++ b/arch/alpha.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/amd64.py b/arch/amd64.py
index 1e1d6949..1b1d08b3 100644
--- a/arch/amd64.py
+++ b/arch/amd64.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
import builder
diff --git a/arch/arm.py b/arch/arm.py
index a4298732..eb96dd6e 100644
--- a/arch/arm.py
+++ b/arch/arm.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/hppa.py b/arch/hppa.py
index f3ca910d..0eb2ab6d 100644
--- a/arch/hppa.py
+++ b/arch/hppa.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/ia64.py b/arch/ia64.py
index 9ce8bf4c..70a028ae 100644
--- a/arch/ia64.py
+++ b/arch/ia64.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/mips.py b/arch/mips.py
index f25155ff..aa72e026 100644
--- a/arch/mips.py
+++ b/arch/mips.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/ppc.py b/arch/ppc.py
index c5b4bb9b..c774434f 100644
--- a/arch/ppc.py
+++ b/arch/ppc.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.19 2006/10/02 20:41:53 wolf31o2 Exp $
import os,builder
from catalyst_support import *
diff --git a/arch/ppc64.py b/arch/ppc64.py
index 084e96b1..e2cabe38 100644
--- a/arch/ppc64.py
+++ b/arch/ppc64.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
import builder
diff --git a/arch/s390.py b/arch/s390.py
index 5d1210dd..ee58e3fd 100644
--- a/arch/s390.py
+++ b/arch/s390.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/sh.py b/arch/sh.py
index addb5ab8..473568b5 100644
--- a/arch/sh.py
+++ b/arch/sh.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sh.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/sparc.py b/arch/sparc.py
index ddb705c8..d0449049 100644
--- a/arch/sparc.py
+++ b/arch/sparc.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/sparc64.py b/arch/sparc64.py
index 6c922eb4..c94b43ee 100644
--- a/arch/sparc64.py
+++ b/arch/sparc64.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/arch/x86.py b/arch/x86.py
index 865eaa29..bab9dbe2 100644
--- a/arch/x86.py
+++ b/arch/x86.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.25 2006/10/02 20:41:53 wolf31o2 Exp $
import builder,os
from catalyst_support import *
diff --git a/files/catalyst.conf b/files/catalyst.conf
index df26505a..d95d6247 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -1,5 +1,4 @@
# /etc/catalyst/catalyst.conf
-# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.22 2006/10/02 20:41:53 wolf31o2 Exp $
# Simple desriptions of catalyst settings. Please refer to the online
# documentation for more information.
diff --git a/modules/builder.py b/modules/builder.py
index 6897dec7..d422d48b 100644
--- a/modules/builder.py
+++ b/modules/builder.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
class generic:
def __init__(self,myspec):
diff --git a/modules/catalyst_lock.py b/modules/catalyst_lock.py
index b317ff66..dbbeef5f 100755
--- a/modules/catalyst_lock.py
+++ b/modules/catalyst_lock.py
@@ -1,5 +1,4 @@
#!/usr/bin/python
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_lock.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $
import os
import fcntl
import errno
diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py
index 5cd21bf0..50e65903 100644
--- a/modules/catalyst_support.py
+++ b/modules/catalyst_support.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.76 2006/10/02 20:41:53 wolf31o2 Exp $
import sys,string,os,types,re,signal,traceback,time
#import md5,sha
diff --git a/modules/embedded_target.py b/modules/embedded_target.py
index 6ca7258c..15a0f0c6 100644
--- a/modules/embedded_target.py
+++ b/modules/embedded_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $
"""
This class works like a 'stage3'. A stage2 tarball is unpacked, but instead
diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
index 3ec1bea0..01775834 100644
--- a/modules/generic_stage_target.py
+++ b/modules/generic_stage_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.141 2006/10/02 20:41:54 wolf31o2 Exp $
"""
This class does all of the chroot setup, copying of files, etc. It is
diff --git a/modules/generic_target.py b/modules/generic_target.py
index 7fb574fc..82a4c56b 100644
--- a/modules/generic_target.py
+++ b/modules/generic_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $
"""
The toplevel class for generic_stage_target. This is about as generic as we get.
diff --git a/modules/grp_target.py b/modules/grp_target.py
index e53d9cef..9cea0e47 100644
--- a/modules/grp_target.py
+++ b/modules/grp_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $
"""
The builder class for GRP (Gentoo Reference Platform) builds.
diff --git a/modules/livecd_stage1_target.py b/modules/livecd_stage1_target.py
index 31feab4b..46ccbd9b 100644
--- a/modules/livecd_stage1_target.py
+++ b/modules/livecd_stage1_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.29 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for LiveCD stage1.
diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py
index ff56aac7..dd4de7a0 100644
--- a/modules/livecd_stage2_target.py
+++ b/modules/livecd_stage2_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.62 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a LiveCD stage2 build.
diff --git a/modules/netboot2_target.py b/modules/netboot2_target.py
index d9286133..6fe0886e 100644
--- a/modules/netboot2_target.py
+++ b/modules/netboot2_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot2_target.py,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a netboot build, version 2
diff --git a/modules/netboot_target.py b/modules/netboot_target.py
index 44392845..92c1b045 100644
--- a/modules/netboot_target.py
+++ b/modules/netboot_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.13 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a netboot build.
diff --git a/modules/snapshot_target.py b/modules/snapshot_target.py
index 55c62b3c..f4ad7380 100644
--- a/modules/snapshot_target.py
+++ b/modules/snapshot_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.18 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for snapshots.
diff --git a/modules/stage1_target.py b/modules/stage1_target.py
index 1e9b92a4..a2bee1b6 100644
--- a/modules/stage1_target.py
+++ b/modules/stage1_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a stage1 installation tarball build.
diff --git a/modules/stage2_target.py b/modules/stage2_target.py
index 6b3a6bcb..573bf8a9 100644
--- a/modules/stage2_target.py
+++ b/modules/stage2_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.15 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a stage2 installation tarball build.
diff --git a/modules/stage3_target.py b/modules/stage3_target.py
index 33b7931b..cea2df97 100644
--- a/modules/stage3_target.py
+++ b/modules/stage3_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for a stage3 installation tarball build.
diff --git a/modules/stage4_target.py b/modules/stage4_target.py
index e2daab30..07629fc7 100644
--- a/modules/stage4_target.py
+++ b/modules/stage4_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $
"""
Builder class for stage4.
diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py
index c71525e4..4824cc51 100644
--- a/modules/tinderbox_target.py
+++ b/modules/tinderbox_target.py
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $
"""
builder class for the tinderbox target
diff --git a/targets/embedded/embedded-chroot.sh b/targets/embedded/embedded-chroot.sh
index ddc03364..11ac4ce6 100755
--- a/targets/embedded/embedded-chroot.sh
+++ b/targets/embedded/embedded-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.22 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/embedded/embedded-controller.sh b/targets/embedded/embedded-controller.sh
index 071220ed..a1a82d06 100755
--- a/targets/embedded/embedded-controller.sh
+++ b/targets/embedded/embedded-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/embedded/embedded-preclean-chroot.sh b/targets/embedded/embedded-preclean-chroot.sh
index 0585cdfa..180ff418 100755
--- a/targets/embedded/embedded-preclean-chroot.sh
+++ b/targets/embedded/embedded-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings
diff --git a/targets/embedded/unmerge.sh b/targets/embedded/unmerge.sh
index 823cf98a..9611c0ab 100644
--- a/targets/embedded/unmerge.sh
+++ b/targets/embedded/unmerge.sh
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF
ROOT=/tmp/mergeroot emerge -C $* || exit 1
diff --git a/targets/grp/grp-chroot.sh b/targets/grp/grp-chroot.sh
index c2f6aab2..0db3b61d 100755
--- a/targets/grp/grp-chroot.sh
+++ b/targets/grp/grp-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.26 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/grp/grp-controller.sh b/targets/grp/grp-controller.sh
index ee9f5b52..5069777c 100755
--- a/targets/grp/grp-controller.sh
+++ b/targets/grp/grp-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/grp/grp-preclean-chroot.sh b/targets/grp/grp-preclean-chroot.sh
index eb26ab53..84ba6ad2 100755
--- a/targets/grp/grp-preclean-chroot.sh
+++ b/targets/grp/grp-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings
diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh
index 2c322748..2a562482 100755
--- a/targets/livecd-stage1/livecd-stage1-chroot.sh
+++ b/targets/livecd-stage1/livecd-stage1-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/livecd-stage1/livecd-stage1-controller.sh b/targets/livecd-stage1/livecd-stage1-controller.sh
index d4be5d83..cf8be07d 100755
--- a/targets/livecd-stage1/livecd-stage1-controller.sh
+++ b/targets/livecd-stage1/livecd-stage1-controller.sh
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.12 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh b/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh
index 69437451..195cc62c 100755
--- a/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh
+++ b/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings
diff --git a/targets/livecd-stage2/livecd-stage2-controller.sh b/targets/livecd-stage2/livecd-stage2-controller.sh
index 2f5ff36a..1a4e0b22 100755
--- a/targets/livecd-stage2/livecd-stage2-controller.sh
+++ b/targets/livecd-stage2/livecd-stage2-controller.sh
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/netboot/netboot-chroot.sh b/targets/netboot/netboot-chroot.sh
index afb21f00..2a82b1e2 100755
--- a/targets/netboot/netboot-chroot.sh
+++ b/targets/netboot/netboot-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/netboot/netboot-combine.sh b/targets/netboot/netboot-combine.sh
index f3f76a83..7663f5b8 100644
--- a/targets/netboot/netboot-combine.sh
+++ b/targets/netboot/netboot-combine.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/chroot-functions.sh
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh
index 4fb24fec..c3fc0914 100755
--- a/targets/netboot/netboot-controller.sh
+++ b/targets/netboot/netboot-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/netboot/netboot-image.sh b/targets/netboot/netboot-image.sh
index c0eb082a..2156233c 100644
--- a/targets/netboot/netboot-image.sh
+++ b/targets/netboot/netboot-image.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/netboot2/netboot2-controller.sh b/targets/netboot2/netboot2-controller.sh
index ab012a39..dc7c64ad 100644
--- a/targets/netboot2/netboot2-controller.sh
+++ b/targets/netboot2/netboot2-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-controller.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/netboot2/netboot2-copyfile.sh b/targets/netboot2/netboot2-copyfile.sh
index b55cd8f3..b8146d73 100644
--- a/targets/netboot2/netboot2-copyfile.sh
+++ b/targets/netboot2/netboot2-copyfile.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-copyfile.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/netboot2/netboot2-pkg.sh b/targets/netboot2/netboot2-pkg.sh
index d0cc40be..2a82b1e2 100644
--- a/targets/netboot2/netboot2-pkg.sh
+++ b/targets/netboot2/netboot2-pkg.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-pkg.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage1/build.py b/targets/stage1/build.py
index 540ae827..539c4c7e 100755
--- a/targets/stage1/build.py
+++ b/targets/stage1/build.py
@@ -1,5 +1,4 @@
#!/usr/bin/python
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
import os,portage,sys
diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index 42495446..b5326eef 100755
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.43 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh
index 52f81587..6dd0f117 100755
--- a/targets/stage1/stage1-controller.sh
+++ b/targets/stage1/stage1-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/stage1/stage1-preclean-chroot.sh b/targets/stage1/stage1-preclean-chroot.sh
index 1956ef0f..84bcb03d 100755
--- a/targets/stage1/stage1-preclean-chroot.sh
+++ b/targets/stage1/stage1-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh
index 6a75df79..0662ac73 100755
--- a/targets/stage2/stage2-chroot.sh
+++ b/targets/stage2/stage2-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage2/stage2-controller.sh b/targets/stage2/stage2-controller.sh
index 04777d93..cad9080c 100755
--- a/targets/stage2/stage2-controller.sh
+++ b/targets/stage2/stage2-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/stage2/stage2-preclean-chroot.sh b/targets/stage2/stage2-preclean-chroot.sh
index 61340289..326a148c 100755
--- a/targets/stage2/stage2-preclean-chroot.sh
+++ b/targets/stage2/stage2-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh
index 29b6ebcd..b693eb24 100755
--- a/targets/stage3/stage3-chroot.sh
+++ b/targets/stage3/stage3-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.28 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage3/stage3-controller.sh b/targets/stage3/stage3-controller.sh
index 5c6be7f3..f97ee085 100755
--- a/targets/stage3/stage3-controller.sh
+++ b/targets/stage3/stage3-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/stage3/stage3-preclean-chroot.sh b/targets/stage3/stage3-preclean-chroot.sh
index 8b4bcfa0..326a148c 100755
--- a/targets/stage3/stage3-preclean-chroot.sh
+++ b/targets/stage3/stage3-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/stage4/stage4-controller.sh b/targets/stage4/stage4-controller.sh
index 3d4e69c5..d95728eb 100755
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/stage4/stage4-preclean-chroot.sh b/targets/stage4/stage4-preclean-chroot.sh
index 08a9d170..31fa8d6b 100755
--- a/targets/stage4/stage4-preclean-chroot.sh
+++ b/targets/stage4/stage4-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-preclean-chroot.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
#update_env_settings
diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh
index 41449fe6..028565fa 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.41 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 489e2883..9d2062e3 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.32 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
index 2fb7f6a6..53ad9aff 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.64 2006/10/02 20:41:54 wolf31o2 Exp $
source /tmp/chroot-functions.sh
diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
index 7e6159f1..dbe56f48 100755
--- a/targets/support/netboot2-final.sh
+++ b/targets/support/netboot2-final.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/netboot2-final.sh,v 1.3 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
. ${clst_sharedir}/targets/support/filesystem-functions.sh
diff --git a/targets/support/unmerge.sh b/targets/support/unmerge.sh
index 9a3720b6..d88db5f4 100644
--- a/targets/support/unmerge.sh
+++ b/targets/support/unmerge.sh
@@ -1,4 +1,3 @@
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/unmerge.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
source /tmp/chroot-functions.sh
diff --git a/targets/tinderbox/tinderbox-chroot.sh b/targets/tinderbox/tinderbox-chroot.sh
index 7972767a..ef11e310 100755
--- a/targets/tinderbox/tinderbox-chroot.sh
+++ b/targets/tinderbox/tinderbox-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.17 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
diff --git a/targets/tinderbox/tinderbox-controller.sh b/targets/tinderbox/tinderbox-controller.sh
index a9d6ddb8..0409a2e6 100755
--- a/targets/tinderbox/tinderbox-controller.sh
+++ b/targets/tinderbox/tinderbox-controller.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $
. ${clst_sharedir}/targets/support/functions.sh
diff --git a/targets/tinderbox/tinderbox-preclean-chroot.sh b/targets/tinderbox/tinderbox-preclean-chroot.sh
index 2ef84ffe..195cc62c 100755
--- a/targets/tinderbox/tinderbox-preclean-chroot.sh
+++ b/targets/tinderbox/tinderbox-preclean-chroot.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $
. /tmp/chroot-functions.sh
update_env_settings