From: Brett Parker Date: Tue, 27 Jul 2021 14:40:28 +0000 (+0100) Subject: Quick fixups to unpriv'd debian template for newer lxc X-Git-Url: https://git.sommitrealweird.co.uk/lxc-debian-unprivileged.git/commitdiff_plain Quick fixups to unpriv'd debian template for newer lxc --- 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