From adbbf9be3dd3188028032cd0274dcfaed341f102 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 26 Sep 2010 20:07:56 +0000 Subject: [PATCH 1/2] 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index e1b7b09..27fb29d 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 -- 1.7.1