[SCM] live-build branch, debian-next, updated. debian/3.0_a41-1-9-g2eab8fe

Daniel Baumann daniel at debian.org
Thu Jan 12 10:58:15 UTC 2012


The following commit has been merged in the debian-next branch:
commit 2eab8fec682e896cd5e2c1fd48386d43ce6f0139
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jan 12 11:57:45 2012 +0100

    Correcting wrong and incompatible loop for casper initrds in binary_disk.

diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index 96e2233..3f44a4b 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -93,7 +93,7 @@ fi
 
 case "${LB_INITRAMFS}" in
 	casper)
-		for INITRD in $(ls binary/casper/initrd.img* > /dev/null 2>&1)
+		for INITRD in binary/casper/initrd.img*
 		do
 			mkdir -p binary/uuid
 			cd binary/uuid

-- 
live-build



More information about the debian-live-changes mailing list