Skip to content

Commit

Permalink
Merge pull request #924 from evgeni/default-ubuntu-mirror
Browse files Browse the repository at this point in the history
always provide a default mirror for debootstraping Ubuntu
  • Loading branch information
stgraber committed Mar 26, 2016
2 parents dc801c7 + 8bc8fd9 commit 8f1de71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/lxc-ubuntu.in
Expand Up @@ -39,6 +39,8 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin

set -e

MIRROR=${MIRROR:-http://archive.ubuntu.com/ubuntu}
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.ubuntu.com/ubuntu}
LOCALSTATEDIR="@LOCALSTATEDIR@"
LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
# Allows the lxc-cache directory to be set by environment variable
Expand Down

0 comments on commit 8f1de71

Please sign in to comment.