diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2010-09-26 23:17:48 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:24 +0100 |
commit | fc58666619263486986e87e82b4f727bec18a847 (patch) | |
tree | 863da5d1b35d3f92a247e6b4e282f6ef348d3263 /scripts | |
parent | c2f8b6a8ce17e4524dad647d163b16a4252dd9cb (diff) | |
download | vyos-live-build-fc58666619263486986e87e82b4f727bec18a847.tar.gz vyos-live-build-fc58666619263486986e87e82b4f727bec18a847.zip |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | 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 9868041fa..d1f99b71c 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -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 |