[SCM] live-build branch, debian-old-2.0, updated. debian/2.0_a1-1-375-g1bc7426

Daniel Baumann daniel at debian.org
Sun Sep 26 21:18:09 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit 1bc7426cfcd1cc0790c826db8b21bd40060ee961
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sun Sep 26 23:17:48 2010 +0200

    Fixing debian-installer index generation.
    
    When figuring out which suite to use, cdrom-detect looks for the
    Release file and the first one to be tried is the content of
    /etc/default-release, inside of installer initrd, that needs to be
    available as symbolic link.

diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer
index 9868041..d1f99b7 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -615,7 +615,7 @@ EOF
 	mv chroot/root/binary ./
 
 	# Creating dist symlinks
-	for DISTRIBUTION in frozen stable testing unstable
+	for DISTRIBUTION in frozen stable testing unstable ${LB_DISTRIBUTION}
 	do
 		ln -s ${LB_DEBIAN_INSTALLER_DISTRIBUTION} binary/dists/${DISTRIBUTION}
 	done

-- 
live-build



More information about the debian-live-changes mailing list