Merge "debian: properly deal with Debian stable/unstable"

This commit is contained in:
Jenkins 2014-05-02 15:37:26 +00:00 committed by Gerrit Code Review
commit 928e6f237b

View File

@ -52,9 +52,6 @@ else
cat << EOF | sudo tee -a ${TARGET_ROOT}/etc/network/interfaces
source-directory /etc/interfaces.d
EOF
else # unstable
sudo chroot ${TARGET_ROOT} apt-get install -y $CLOUD_INIT_PACKAGES
sudo sh -c "http_proxy=$http_proxy chroot ${TARGET_ROOT} apt-get update"
apt_get_bp_extra_opts="-t wheezy-backports"
fi