From: Brett Parker Date: Sat, 21 May 2016 22:08:30 +0000 (+0100) Subject: Fix /etc/apt/sources.list generation to be slightly better X-Git-Url: https://git.sommitrealweird.co.uk/lxc-debian-unprivileged.git/commitdiff_plain/5682c82c369a62227f49a827aaa54830a58a370b Fix /etc/apt/sources.list generation to be slightly better --- diff --git a/templates/lxc-debian-unprivileged b/templates/lxc-debian-unprivileged index 30d4912..d18a27e 100755 --- a/templates/lxc-debian-unprivileged +++ b/templates/lxc-debian-unprivileged @@ -191,7 +191,7 @@ fi # setup sources.list cat < ${LXC_ROOTFS}/etc/apt/sources.list deb $DEBIAN_MIRROR $DEBIAN_RELEASE main -deb http://security.debian.org/ $DEBIAN_RELEASE/update main +deb http://security.debian.org/ $DEBIAN_RELEASE/updates main EOF # disable bits of systemd that we hates