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
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
15
\## Major bug fix updates produced after the final release of the
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
22
\## Uncomment the following two lines to add software from the 'backports'
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