[SCM] live-build branch, debian-next, updated. debian/3.0_a43-1-5-g7f91738

Daniel Baumann daniel at debian.org
Tue Feb 7 09:14:15 UTC 2012


The following commit has been merged in the debian-next branch:
commit 7f91738540715f4e0d434383b03659926f7d68b1
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 7 10:12:52 2012 +0100

    Correcting destination path for uuid.conf when using casper in binary_disk, thanks to Luigi Capriotti <l.capriotti at xbmc.org> (Closes: #658995).

diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index a845b27..e7b3216 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -114,7 +114,7 @@ case "${LB_INITRAMFS}" in
 
 			if [ -e conf/uuid.conf ]
 			then
-				mv conf/uuid.conf "../binary/.disk/casper-uuid${INITRD#binary/casper/initrd.img}"
+				mv conf/uuid.conf "../.disk/casper-uuid${INITRD#binary/casper/initrd.img}"
 			else
 				Echo_warning "Failed to find casper uuid.conf in '${INITRD}'"
 			fi

-- 
live-build



More information about the debian-live-changes mailing list