X-Git-Url: https://git.sommitrealweird.co.uk/lxc-debian-unprivileged.git/blobdiff_plain/7910a2fb640b378c48be1dc3a58a07f051a70998..93d38eb89c0b281584fc66dc8bf9e7a1868e903b:/templates/lxc-debian-unprivileged diff --git a/templates/lxc-debian-unprivileged b/templates/lxc-debian-unprivileged index 87559bd..9cbd7c0 100755 --- a/templates/lxc-debian-unprivileged +++ b/templates/lxc-debian-unprivileged @@ -96,7 +96,7 @@ fi eval set -- "$options" -DEBIAN_MIRROR_DEFAULT="http://mirror.mythic-beasts.com/debian/" +DEBIAN_MIRROR_DEFAULT="http://mirror.sommitrealweird.co.uk/debian/" DEBIAN_MIRROR=$DEBIAN_MIRROR_DEFAULT DEBIAN_RELEASE="jessie" NETWORK_CONFIG="" @@ -278,8 +278,8 @@ cat <> "${LXC_PATH}/config" lxc.include = /usr/share/lxc/config/debian.common.conf lxc.include = /usr/share/lxc/config/debian.userns.conf -# Set our hostname -lxc.utsname = $LXC_NAME +# Set hostname +lxc.uts.name = $LXC_NAME # Automatic configuration EOF