[SCM] live-build branch, debian-next, updated. debian/3.0_a57-1-3-g2023579

Daniel Baumann daniel at debian.org
Tue Aug 14 08:50:23 UTC 2012


The following commit has been merged in the debian-next branch:
commit 2023579e885d776afbef4d0af0248cbcc1a7ebed
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Aug 14 10:49:34 2012 +0200

    Correcting typo in binary_syslinux when writing the flavour name to the config files (Closes: #684865).

diff --git a/scripts/build/lb_binary_syslinux b/scripts/build/lb_binary_syslinux
index 548cafd..ab61ddc 100755
--- a/scripts/build/lb_binary_syslinux
+++ b/scripts/build/lb_binary_syslinux
@@ -218,7 +218,7 @@ then
 			mv binary/live/vmlinuz-* binary/live/vmlinuz
 			mv binary/live/initrd.img-* binary/live/initrd.img
 
-			sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOUR}|g" \
+			sed -e "s|@FLAVOUR@|${LB_LINUX_FLAVOURS}|g" \
 			    -e "s|@KERNEL@|/live/vmlinuz|g" \
 			    -e "s|@INITRD@|/live/initrd.img|g" \
 			    -e "s|@LB_BOOTAPPEND_LIVE@|${LB_BOOTAPPEND_LIVE}|g" \

-- 
live-build



More information about the debian-live-changes mailing list