summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-09-26 20:07:56 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:32 +0100
commit8fe060ea2d3484a6fc29f0114c3074f884540e24 (patch)
tree7dca81610f29e9981b992e216a8104c53b7e6175 /scripts
parent30fc30f1b8b0b0c2b5dc9fa235f9f4582b6d4664 (diff)
downloadvyos-live-build-8fe060ea2d3484a6fc29f0114c3074f884540e24.tar.gz
vyos-live-build-8fe060ea2d3484a6fc29f0114c3074f884540e24.zip
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 e1b7b0940..27fb29deb 100755
--- a/scripts/build/lb_binary_debian-installer
+++ b/scripts/build/lb_binary_debian-installer
@@ -606,7 +606,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