[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-52-g60a664c

Daniel Baumann daniel at debian.org
Sat Mar 13 15:01:14 UTC 2010


The following commit has been merged in the debian-next branch:
commit 60a664ce23c5c067fd26cae3b3472ca1536874e4
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 13 15:56:55 2010 +0100

    Also copying out kernel and initrd for each flavour seperately in autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index cf76198..15481bc 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -162,6 +162,8 @@ do
 		mv binary.packages debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz.packages
 
 		mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.squashfs
+		for kernel in binary/live/vmlinuz*; do cp ${kernel} debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.$(basename ${kernel}); done
+		for initrd in binary/live/initrd*; do cp ${initrd} debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.$(basename ${initrd}); done
 
 		if [ "${SOURCE}" = "true" ]
 		then

-- 
live-helper



More information about the debian-live-changes mailing list