~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to templates/sources.list.debian.tmpl

  • Committer: Scott Moser
  • Date: 2013-03-07 22:26:14 UTC
  • mto: (1.3.1) (245.2.5 raring)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: smoser@ubuntu.com-20130307222614-uol8g3za9u8q4958
Tags: upstream-0.7.2~bzr795
ImportĀ upstreamĀ versionĀ 0.7.2~bzr795

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\## Note, this file is written by cloud-init on first boot of an instance
 
2
\## modifications made here will not survive a re-bundle.
 
3
\## if you wish to make changes you can:
 
4
\## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg
 
5
\##     or do the same in user-data
 
6
\## b.) add sources in /etc/apt/sources.list.d
 
7
\## c.) make changes to template file /etc/cloud/templates/sources.list.debian.tmpl
 
8
\###
 
9
 
 
10
# See http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html
 
11
# for how to upgrade to newer versions of the distribution.
 
12
deb $mirror $codename main contrib non-free
 
13
deb-src $mirror $codename main contrib non-free
 
14
 
 
15
\## Major bug fix updates produced after the final release of the
 
16
\## distribution.
 
17
deb $security $codename/updates main contrib non-free
 
18
deb-src $security $codename/updates main contrib non-free
 
19
deb $mirror $codename-updates main contrib non-free
 
20
deb-src $mirror $codename-updates main contrib non-free
 
21
 
 
22
\## Uncomment the following two lines to add software from the 'backports'
 
23
\## repository.
 
24
\## N.B. software from this repository may not have been tested as
 
25
\## extensively as that contained in the main release, although it includes
 
26
\## newer versions of some applications which may provide useful features.
 
27
# deb http://backports.debian.org/debian-backports $codename-backports main contrib non-free
 
28
# deb-src http://backports.debian.org/debian-backports $codename-backports main contrib non-free