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

Last change on this file since 395 was 395, checked in by sebas, 15 years ago

agrego el d-i para powerpc... a terminar

File size: 6.8 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  alpha   http://ftp.debian.org/dists/stable/main/installer-alpha/current/images/ netboot/boot.img
17stable  amd64   http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/netboot.tar.gz
18stable  hppa    http://ftp.debian.org/dists/stable/main/installer-hppa/current/images/  netboot/2.6/netboot.tar.gz
19stable  i386    http://ftp.debian.org/dists/stable/main/installer-i386/current/images/  netboot/netboot.tar.gz
20stable  ia64    http://ftp.debian.org/dists/stable/main/installer-ia64/current/images/  netboot/netboot.tar.gz
21#Debian/Stable:Etch has two sparc images
22stable  sparc32 http://ftp.debian.org/dists/stable/main/installer-sparc/current/images/ sparc32/netboot/2.6/boot.img
23stable  sparc64 http://ftp.debian.org/dists/stable/main/installer-sparc/current/images/ sparc64/netboot/2.6/boot.img
24#Debian/Stable:(for Lenny+) only supports sparc64 images
25stable  sparc   http://ftp.debian.org/dists/stable/main/installer-sparc/current/images/ sparc/netboot/boot.img
26
27stable-gtk      amd64   http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/gtk/netboot.tar.gz
28stable-gtk      i386    http://ftp.debian.org/dists/stable/main/installer-i386/current/images/  netboot/gtk/netboot.tar.gz
29
30#debian/Etch
31etch    alpha   http://ftp.debian.org/dists/etch/main/installer-alpha/current/images/   netboot/boot.img
32etch    amd64   http://ftp.debian.org/dists/etch/main/installer-amd64/current/images/   netboot/netboot.tar.gz
33etch    hppa    http://ftp.debian.org/dists/etch/main/installer-hppa/current/images/    netboot/2.6/boot.img
34etch    i386    http://ftp.debian.org/dists/etch/main/installer-i386/current/images/    netboot/netboot.tar.gz
35etch    ia64    http://ftp.debian.org/dists/etch/main/installer-ia64/current/images/    netboot/netboot.tar.gz
36etch    sparc32 http://ftp.debian.org/dists/etch/main/installer-sparc/current/images/   sparc32/netboot/2.6/boot.img
37etch    sparc64 http://ftp.debian.org/dists/etch/main/installer-sparc/current/images/   sparc64/netboot/2.6/boot.img
38
39etch-gtk        amd64   http://ftp.debian.org/dists/etch/main/installer-amd64/current/images/   netboot/gtk/netboot.tar.gz
40etch-gtk        i386    http://ftp.debian.org/dists/etch/main/installer-i386/current/images/    netboot/gtk/netboot.tar.gz
41
42#Debian/Lenny
43lenny   alpha   http://ftp.debian.org/dists/lenny/main/installer-alpha/current/images/  netboot/boot.img
44lenny   amd64   http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/  netboot/netboot.tar.gz
45lenny   hppa    http://ftp.debian.org/dists/lenny/main/installer-hppa/current/images/   netboot/2.6/boot.img
46lenny   i386    http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/   netboot/netboot.tar.gz
47lenny   ia64    http://ftp.debian.org/dists/lenny/main/installer-ia64/current/images/   netboot/netboot.tar.gz
48lenny   sparc   http://ftp.debian.org/dists/lenny/main/installer-sparc/current/images/  netboot/boot.img
49
50lenny-gtk       amd64   http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/  netboot/gtk/netboot.tar.gz
51lenny-gtk       i386    http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/   netboot/gtk/netboot.tar.gz
52
53# DEVELOPMENT (( http://www.debian.org/devel/debian-installer/ ))
54
55#beta1 or beta2 or beta3 or rc1 or rc2
56testing alpha   http://ftp.debian.org/dists/testing/main/installer-alpha/current/images/        netboot/boot.img
57testing amd64   http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/        netboot/netboot.tar.gz
58testing hppa    http://ftp.debian.org/dists/testing/main/installer-hppa/current/images/ netboot/2.6/boot.img
59testing i386    http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/netboot.tar.gz
60testing ia64    http://ftp.debian.org/dists/testing/main/installer-ia64/current/images/ netboot/netboot.tar.gz
61testing sparc   http://ftp.debian.org/dists/testing/main/installer-sparc/current/images/        netboot/boot.img
62
63testing-gtk     amd64   http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/        netboot/gtk/netboot.tar.gz
64testing-gtk     i386    http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/gtk/netboot.tar.gz
65
66
67#Daily netboot DI images. Read :
68#     *   http://people.debian.org/~joeyh/d-i/build-logs.html
69#     *   http://wiki.debian.org/DebianInstaller/Today
70daily   alpha   http://people.debian.org/~vorlon/d-i/alpha/daily/       netboot/boot.img
71daily   amd64   http://people.debian.org/~aba/d-i/images/daily/ netboot/netboot.tar.gz
72daily   hppa    http://people.debian.org/~kyle/d-i/hppa/daily/  netboot/2.6/boot.img
73daily   i386    http://people.debian.org/~joeyh/d-i/images/daily/       netboot/netboot.tar.gz
74daily   ia64    http://people.debian.org/~dannf/d-i/images/daily/       netboot/netboot.tar.gz
75daily   sparc   http://people.debian.org/~stappers/d-i/sparc/daily/     netboot/boot.img
76
77daily-gtk       amd64   http://people.debian.org/~aba/d-i/images/daily/ netboot/gtk/netboot.tar.gz
78daily-gtk       i386    http://people.debian.org/~joeyh/d-i/images/daily/       netboot/gtk/netboot.tar.gz
79
80# Daily netboot DI image for powerpc
81daily   powerpc http://d-i.debian.org/daily-images/powerpc/daily/powerpc/       netboot/mini.iso
82
83
84
85# ############ Some Debian Derivatives (Ubuntu) ################ #
86
87#Ubuntu Dapper 6.06
88dapper  i386    http://archive.ubuntu.com/ubuntu/dists/dapper-updates/main/installer-i386/current/images/       netboot/netboot.tar.gz
89dapper  amd64   http://archive.ubuntu.com/ubuntu/dists/dapper-updates/main/installer-amd64/current/images/      netboot/netboot.tar.gz
90
91#Ubuntu Hardy 8.04
92hardy   i386    http://archive.ubuntu.com/ubuntu/dists/hardy-updates/main/installer-i386/current/images/        netboot/netboot.tar.gz
93hardy   amd64   http://archive.ubuntu.com/ubuntu/dists/hardy-updates/main/installer-amd64/current/images/       netboot/netboot.tar.gz
94
95#Ubuntu Intrepid 8.10
96intrepid        i386    http://archive.ubuntu.com/ubuntu/dists/intrepid-updates/main/installer-i386/current/images/     netboot/netboot.tar.gz
97intrepid        amd64   http://archive.ubuntu.com/ubuntu/dists/intrepid-updates/main/installer-amd64/current/images/    netboot/netboot.tar.gz
98
99#Ubuntu Jaunty 9.04
100jaunty  i386    http://archive.ubuntu.com/ubuntu/dists/jaunty/main/installer-i386/current/images/       netboot/netboot.tar.gz
101jaunty  amd64   http://archive.ubuntu.com/ubuntu/dists/jaunty/main/installer-amd64/current/images/      netboot/netboot.tar.gz
102
103
104# vim: ft=disources
Note: See TracBrowser for help on using the repository browser.