* Image generation for openSUSE 10.3.

svn path=/nixpkgs/trunk/; revision=11570
This commit is contained in:
Eelco Dolstra
2008-04-11 11:52:40 +00:00
parent 1cf96f65bf
commit 75222355db
3 changed files with 93 additions and 27 deletions
+9 -1
View File
@@ -128,11 +128,19 @@ rec {
http://archive.ubuntu.com/ubuntu/
];
# Fedora (please only full mirrors that carry old Fedora distributions as well).
# Fedora (please only add full mirrors that carry old Fedora distributions as well).
fedora = [
http://ftp.nluug.nl/pub/os/Linux/distr/fedora/
http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/
http://download.fedora.redhat.com/pub/fedora/
];
# openSUSE.
opensuse = [
http://opensuse.hro.nl/opensuse/
http://ftp.funet.fi/pub/linux/mirrors/opensuse/
http://ftp5.gwdg.de/pub/opensuse/
http://ftp.opensuse.org/pub/opensuse/
];
}