diff options
author | Daniel Baumann <daniel@debian.org> | 2012-04-26 22:13:25 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-04-26 22:28:50 +0200 |
commit | add95845d9cea2ffa55e7d84af504450b3bc65eb (patch) | |
tree | 6d0ffee4a167e54e3afb9d981502d726e63dc221 | |
parent | ee4838878f07b77a8907d761a824eb9fc565956a (diff) | |
download | vyos-live-build-add95845d9cea2ffa55e7d84af504450b3bc65eb.tar.gz vyos-live-build-add95845d9cea2ffa55e7d84af504450b3bc65eb.zip |
Removing 'frozen' symlink in d-i dists, the other suitnames can probably go to.
-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 b5eb141e0..3687b18c6 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -727,7 +727,7 @@ EOF rm -f chroot/binary.sh mv chroot/root/binary ./ - DISTRIBUTIONS="frozen stable testing unstable" + DISTRIBUTIONS="stable testing unstable" if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ] then |