summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stitt2009-01-13 13:44:43 -0800
committerAndrew Stitt2009-01-13 13:44:43 -0800
commit169a738c2e9213679b7600c1ecb948573eaf7b53 (patch)
tree789434a0281433aaf2d218fd24b4904f2060924e
parent979036e0d7c983edc30fb28358a4fcd77ab0497c (diff)
parent8c4a241bf6875bde30f77946eed012a4552641d0 (diff)
Merge commit 'origin/devel-andrew' into devel-andrewdevel-andrew
-rwxr-xr-xscripts/twelve-step-program.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/twelve-step-program.sh b/scripts/twelve-step-program.sh
index f2fa727..6f2be49 100755
--- a/scripts/twelve-step-program.sh
+++ b/scripts/twelve-step-program.sh
@@ -66,11 +66,6 @@ KERNEL_VERSION=2.6.27.10
echo "listing $SYSBUILD tree"
find "$SYSBUILD" -maxdepth 3
- echo step 3.5 copy kernel sources to iso and sys tree
- # may be handled by step 3 later on
- cp -fa /usr/src/linux-$KERNEL_VERSION "$ISOBUILD"/usr/src ||
- echo 'step 3.5 failed' >> /var/log/sorcery/activity
-
echo step 4 adjust system tree
bash "$CAULDRON_SRC"/scripts/add-sauce.sh -o -s "$SYSBUILD" &&
cp /usr/src/linux-$KERNEL_VERSION.tar.gz "$SYSBUILD"/var/spool/sorcery &&