summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2015-11-02 08:16:23 -0700
committerBen Howard <ben.howard@canonical.com>2015-11-02 08:16:23 -0700
commite567bc7bf9437e2b85148b1f36be6e89f3e17ca2 (patch)
tree5807a7f3ef3288f786fe8a2780d07b355ddd8f66 /templates
parent5d9a56f7585b1a80a7210710fc989d385c97c3ee (diff)
downloadvyos-cloud-init-e567bc7bf9437e2b85148b1f36be6e89f3e17ca2.tar.gz
vyos-cloud-init-e567bc7bf9437e2b85148b1f36be6e89f3e17ca2.zip
Enable backports source pockets for Ubuntu archives (LP: #1177432).
Diffstat (limited to 'templates')
-rw-r--r--templates/sources.list.ubuntu.tmpl15
1 files changed, 11 insertions, 4 deletions
diff --git a/templates/sources.list.ubuntu.tmpl b/templates/sources.list.ubuntu.tmpl
index 4b1b019a..28d5a4d0 100644
--- a/templates/sources.list.ubuntu.tmpl
+++ b/templates/sources.list.ubuntu.tmpl
@@ -35,15 +35,22 @@ deb-src {{mirror}} {{codename}}-updates universe
# deb {{mirror}} {{codename}}-updates multiverse
# deb-src {{mirror}} {{codename}}-updates multiverse
-## Uncomment the following two lines to add software from the 'backports'
-## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
-# deb {{mirror}} {{codename}}-backports main restricted universe multiverse
-# deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse
+deb {{mirror}} {{codename}}-backports main
+deb-src {{mirror}} {{codename}}-backports universe
+deb {{mirror}} {{codename}}-backports universe
+deb-src {{mirror}} {{codename}}-backports main universe
+
+## Uncomment the following two to add software from the 'backports'
+## multiverse and restricted repositories.
+# deb {{mirror}} {{codename}}-backports multiverse
+# deb-src {{mirror}} {{codename}}-backports multiverse
+# deb {{mirror}} {{codename}}-backports restricted
+# deb-src {{mirror}} {{codename}}-backports restricted
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.