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.
This commit is contained in:
Otavio Salvador 2010-09-26 23:17:48 +02:00 committed by Daniel Baumann
parent c2f8b6a8ce
commit fc58666619
1 changed files with 1 additions and 1 deletions

View File

@ -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