source: trunk/puppet/modules/di_netboot_assistant/files/di-sources.list @ 768

Last change on this file since 768 was 768, checked in by sebas@…, 13 years ago

Clean up of never used plateforme + new ubuntu 11.04 natty

File size: 4.0 KB
Line 
1#di-netboot-assistant v0.3 sources file + Ubuntu releases
2#
3#Format: Each must contain four fields, separated by single tabulation.
4# 1st field: An arbitraty repository name (must match "[[:alnum:]_\.-]+")
5# 2nd field: The architecture (debian's architecture name)
6# 3rd field: The base URL to download files from (it should contain
7#            a debian-installer folder)
8#            (If you want to use a mirror, have a look at MIRROR_REGEXPS in
9#            the file di-netboot-assistant.conf to rewrite the URL)
10# 4th field: That path to the actual netboot archive (or .img) file.
11#            (relative to the "base URL" above).
12# Lines _starting_ with a "#" are considered as comments and are ignored.
13# Empty lines are ignored too.
14
15#Debian/Stable (( http://www.debian.org/distrib/netinst#netboot ))
16stable  amd64   http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/netboot.tar.gz
17stable  i386    http://ftp.debian.org/dists/stable/main/installer-i386/current/images/  netboot/netboot.tar.gz
18
19stable-gtk      amd64   http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/gtk/netboot.tar.gz
20stable-gtk      i386    http://ftp.debian.org/dists/stable/main/installer-i386/current/images/  netboot/gtk/netboot.tar.gz
21
22#Debian/Lenny
23lenny   amd64   http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/  netboot/netboot.tar.gz
24lenny   i386    http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/   netboot/netboot.tar.gz
25
26lenny-gtk       amd64   http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/  netboot/gtk/netboot.tar.gz
27lenny-gtk       i386    http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/   netboot/gtk/netboot.tar.gz
28
29#Debian/squeeze
30squeeze i386    http://ftp.debian.org/dists/squeeze/main/installer-i386/current/images/ netboot/netboot.tar.gz
31squeeze amd64   http://ftp.debian.org/dists/squeeze/main/installer-amd64/current/images/        netboot/netboot.tar.gz
32
33#Debian/squeeze
34sid     i386    http://ftp.debian.org/dists/sid/main/installer-i386/current/images/     netboot/netboot.tar.gz
35sid     amd64   http://ftp.debian.org/dists/sid/main/installer-amd64/current/images/    netboot/netboot.tar.gz
36
37# DEVELOPMENT (( http://www.debian.org/devel/debian-installer/ ))
38
39#beta1 or beta2 or beta3 or rc1 or rc2
40testing amd64   http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/        netboot/netboot.tar.gz
41testing i386    http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/netboot.tar.gz
42
43testing-gtk     amd64   http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/        netboot/gtk/netboot.tar.gz
44testing-gtk     i386    http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/gtk/netboot.tar.gz
45
46
47#Daily netboot DI images. Read :
48#     *   http://people.debian.org/~joeyh/d-i/build-logs.html
49#     *   http://wiki.debian.org/DebianInstaller/Today
50daily   amd64   http://people.debian.org/~aba/d-i/images/daily/ netboot/netboot.tar.gz
51daily   i386    http://people.debian.org/~joeyh/d-i/images/daily/       netboot/netboot.tar.gz
52
53# Daily netboot DI image for powerpc
54daily   powerpc http://d-i.debian.org/daily-images/powerpc/daily/powerpc/       netboot/mini.iso
55
56# ############ Some Debian Derivatives (Ubuntu) ################ #
57
58#Ubuntu Lucid 10.04
59lucid   i386    http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/        netboot/netboot.tar.gz
60lucid   amd64   http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/       netboot/netboot.tar.gz
61
62#Ubuntu Lucid 10.04.X point release LTS
63lucid-updates   i386    http://archive.ubuntu.com/ubuntu/dists/lucid-updates/main/installer-i386/current/images/        netboot/netboot.tar.gz
64lucid-updates   amd64   http://archive.ubuntu.com/ubuntu/dists/lucid-updates/main/installer-amd64/current/images/       netboot/netboot.tar.gz
65
66natty   i386    http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-i386/current/images/        netboot/netboot.tar.gz
67natty   amd64   http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-amd64/current/images/       netboot/netboot.tar.gz
68
69# vim: ft=disources
Note: See TracBrowser for help on using the repository browser.