summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-09-26 23:17:48 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:24 +0100
commitfc58666619263486986e87e82b4f727bec18a847 (patch)
tree863da5d1b35d3f92a247e6b4e282f6ef348d3263 /scripts
parentc2f8b6a8ce17e4524dad647d163b16a4252dd9cb (diff)
downloadlive-build-fc58666619263486986e87e82b4f727bec18a847.zip
live-build-fc58666619263486986e87e82b4f727bec18a847.tar.gz
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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_binary_debian-installer2
1 files changed, 1 insertions, 1 deletions
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