From 8fe060ea2d3484a6fc29f0114c3074f884540e24 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 26 Sep 2010 20:07:56 +0000 Subject: 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. --- scripts/build/lb_binary_debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3