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

Daniel Baumann daniel at debian.org
Sat Mar 13 15:28:00 UTC 2010


The following commit has been merged in the debian-next branch:
commit d8822e3fd05c0365a2abbd7b706b6c15ee541295
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 13 16:23:40 2010 +0100

    Updating paths for web boot files in autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 15481bc..7b2aff6 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -162,8 +162,9 @@ 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
+		for memtest in tftpboot/debian-live/${ARCHITECTURE}/memtest*; do cp -f debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${memtest}); done
+		for kernel in tftpboot/debian-live/${ARCHITECTURE}/vmlinuz*; do cp -f ${kernel} debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${kernel}); done
+		for initrd in tftpboot/debian-live/${ARCHITECTURE}/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