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:
parent
7fc79d6420
commit
c3e60adeb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue