Merge "XenAPI: Always update proxy settings"
This commit is contained in:
commit
918f68b8bd
@ -118,3 +118,10 @@ deb-src http://security.ubuntu.com/ubuntu ${UBUNTU_INST_RELEASE}-security univer
|
|||||||
deb http://security.ubuntu.com/ubuntu ${UBUNTU_INST_RELEASE}-security multiverse
|
deb http://security.ubuntu.com/ubuntu ${UBUNTU_INST_RELEASE}-security multiverse
|
||||||
deb-src http://security.ubuntu.com/ubuntu ${UBUNTU_INST_RELEASE}-security multiverse
|
deb-src http://security.ubuntu.com/ubuntu ${UBUNTU_INST_RELEASE}-security multiverse
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
rm -f $STAGING_DIR/etc/apt/apt.conf
|
||||||
|
if [ -n "$UBUNTU_INST_HTTP_PROXY" ]; then
|
||||||
|
cat > $STAGING_DIR/etc/apt/apt.conf << EOF
|
||||||
|
Acquire::http::Proxy "$UBUNTU_INST_HTTP_PROXY";
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user