summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-09-26 20:07:56 +0000
committerDaniel Baumann <daniel@debian.org>2010-09-26 22:34:17 +0200
commitc3e60adeb3371cd0815b93ff2be176d347b2c9f2 (patch)
tree7dca81610f29e9981b992e216a8104c53b7e6175
parent7fc79d64206db534fcca7ede0c93f3d8328a65fd (diff)
downloadvyos-live-build-c3e60adeb3371cd0815b93ff2be176d347b2c9f2.tar.gz
vyos-live-build-c3e60adeb3371cd0815b93ff2be176d347b2c9f2.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.
-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