Fix /etc/apt/sources.list generation to be slightly better
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 21 May 2016 22:08:30 +0000 (23:08 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 21 May 2016 22:08:30 +0000 (23:08 +0100)
templates/lxc-debian-unprivileged

index 30d4912c3dfd58726fb2afc8852513933076c4fc..d18a27e7ea66bde662a5bf66e921f8bf3adc7479 100755 (executable)
@@ -191,7 +191,7 @@ fi
 # setup sources.list
 cat <<EOF > ${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