#di-netboot-assistant v0.3 sources file + Ubuntu releases # #Format: Each must contain four fields, separated by single tabulation. # 1st field: An arbitraty repository name (must match "[[:alnum:]_\.-]+") # 2nd field: The architecture (debian's architecture name) # 3rd field: The base URL to download files from (it should contain # a debian-installer folder) # (If you want to use a mirror, have a look at MIRROR_REGEXPS in # the file di-netboot-assistant.conf to rewrite the URL) # 4th field: That path to the actual netboot archive (or .img) file. # (relative to the "base URL" above). # Lines _starting_ with a "#" are considered as comments and are ignored. # Empty lines are ignored too. #Debian/Stable (( http://www.debian.org/distrib/netinst#netboot )) stable amd64 http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/netboot.tar.gz stable i386 http://ftp.debian.org/dists/stable/main/installer-i386/current/images/ netboot/netboot.tar.gz stable-gtk amd64 http://ftp.debian.org/dists/stable/main/installer-amd64/current/images/ netboot/gtk/netboot.tar.gz stable-gtk i386 http://ftp.debian.org/dists/stable/main/installer-i386/current/images/ netboot/gtk/netboot.tar.gz #Debian/Lenny lenny amd64 http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/ netboot/netboot.tar.gz lenny i386 http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/ netboot/netboot.tar.gz lenny-gtk amd64 http://ftp.debian.org/dists/lenny/main/installer-amd64/current/images/ netboot/gtk/netboot.tar.gz lenny-gtk i386 http://ftp.debian.org/dists/lenny/main/installer-i386/current/images/ netboot/gtk/netboot.tar.gz #Debian/squeeze squeeze i386 http://ftp.debian.org/dists/squeeze/main/installer-i386/current/images/ netboot/netboot.tar.gz squeeze amd64 http://ftp.debian.org/dists/squeeze/main/installer-amd64/current/images/ netboot/netboot.tar.gz #Debian/squeeze sid i386 http://ftp.debian.org/dists/sid/main/installer-i386/current/images/ netboot/netboot.tar.gz sid amd64 http://ftp.debian.org/dists/sid/main/installer-amd64/current/images/ netboot/netboot.tar.gz # DEVELOPMENT (( http://www.debian.org/devel/debian-installer/ )) #beta1 or beta2 or beta3 or rc1 or rc2 testing amd64 http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/ netboot/netboot.tar.gz testing i386 http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/netboot.tar.gz testing-gtk amd64 http://ftp.debian.org/dists/testing/main/installer-amd64/current/images/ netboot/gtk/netboot.tar.gz testing-gtk i386 http://ftp.debian.org/dists/testing/main/installer-i386/current/images/ netboot/gtk/netboot.tar.gz #Daily netboot DI images. Read : # * http://people.debian.org/~joeyh/d-i/build-logs.html # * http://wiki.debian.org/DebianInstaller/Today daily amd64 http://people.debian.org/~aba/d-i/images/daily/ netboot/netboot.tar.gz daily i386 http://people.debian.org/~joeyh/d-i/images/daily/ netboot/netboot.tar.gz # Daily netboot DI image for powerpc daily powerpc http://d-i.debian.org/daily-images/powerpc/daily/powerpc/ netboot/mini.iso # ############ Some Debian Derivatives (Ubuntu) ################ # #Ubuntu Lucid 10.04 lucid i386 http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/ netboot/netboot.tar.gz lucid amd64 http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/ netboot/netboot.tar.gz #Ubuntu Lucid 10.04.X point release LTS lucid-updates i386 http://archive.ubuntu.com/ubuntu/dists/lucid-updates/main/installer-i386/current/images/ netboot/netboot.tar.gz lucid-updates amd64 http://archive.ubuntu.com/ubuntu/dists/lucid-updates/main/installer-amd64/current/images/ netboot/netboot.tar.gz natty i386 http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-i386/current/images/ netboot/netboot.tar.gz natty amd64 http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-amd64/current/images/ netboot/netboot.tar.gz # vim: ft=disources