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 20:07:56 +00:00 committed by Daniel Baumann
parent 7fc79d6420
commit c3e60adeb3
1 changed files with 1 additions and 1 deletions

View File

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