From 709c5a51805080edf3a0cd865b87355095da774a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 9 Feb 2010 19:53:15 +0100 Subject: Trivial updates without much functionality yet. --- installer/OpenSLX/OSSetup/Engine.pm | 7 +- lib/distro-info/suse-11.2/export-filter.example | 15 + lib/distro-info/suse-11.2/mirrors/base | 252 +++++ lib/distro-info/suse-11.2/mirrors/base_non-oss | 250 +++++ lib/distro-info/suse-11.2/mirrors/base_update | 252 +++++ lib/distro-info/suse-11.2/prereqfiles/etc/group | 33 + lib/distro-info/suse-11.2/prereqfiles/etc/hosts | 1 + lib/distro-info/suse-11.2/prereqfiles/etc/passwd | 14 + lib/distro-info/suse-11.2/prereqfiles/etc/shadow | 14 + lib/distro-info/suse-11.2/settings.default | 1126 ++++++++++++++++++++ lib/distro-info/suse-11.2/settings.example | 23 + .../gpg-pubkey-0dfb3188-41ed929b.asc | 17 + .../gpg-pubkey-307e3d54-481f30aa.asc | 13 + .../gpg-pubkey-3d25d3d9-36e12d04.asc | 30 + .../gpg-pubkey-3dbdc284-49144c3f.asc | 19 + .../gpg-pubkey-56b4177a-47965b33.asc | 19 + .../gpg-pubkey-7e2e3b05-4816488f.asc | 20 + .../gpg-pubkey-9c800aca-481f343a.asc | 37 + .../gpg-pubkey-a1912208-446a0899.asc | 31 + .../suse-11.2/trusted-package-keys/pubring.gpg | Bin 0 -> 6926 bytes lib/distro-info/suse-11.2_x86_64/mirrors/base | 247 +++++ .../suse-11.2_x86_64/mirrors/base_non-oss | 246 +++++ .../suse-11.2_x86_64/mirrors/base_update | 246 +++++ .../suse-11.2_x86_64/prereqfiles/etc/group | 33 + .../suse-11.2_x86_64/prereqfiles/etc/hosts | 1 + .../suse-11.2_x86_64/prereqfiles/etc/passwd | 14 + .../suse-11.2_x86_64/prereqfiles/etc/shadow | 14 + .../gpg-pubkey-0dfb3188-41ed929b.asc | 17 + .../gpg-pubkey-307e3d54-481f30aa.asc | 13 + .../gpg-pubkey-3d25d3d9-36e12d04.asc | 30 + .../gpg-pubkey-3dbdc284-49144c3f.asc | 19 + .../gpg-pubkey-56b4177a-47965b33.asc | 19 + .../gpg-pubkey-7e2e3b05-4816488f.asc | 20 + .../gpg-pubkey-9c800aca-481f343a.asc | 37 + .../gpg-pubkey-a1912208-446a0899.asc | 31 + .../trusted-package-keys/pubring.gpg | Bin 0 -> 6926 bytes 36 files changed, 3158 insertions(+), 2 deletions(-) create mode 100644 lib/distro-info/suse-11.2/export-filter.example create mode 100644 lib/distro-info/suse-11.2/mirrors/base create mode 100644 lib/distro-info/suse-11.2/mirrors/base_non-oss create mode 100644 lib/distro-info/suse-11.2/mirrors/base_update create mode 100644 lib/distro-info/suse-11.2/prereqfiles/etc/group create mode 100644 lib/distro-info/suse-11.2/prereqfiles/etc/hosts create mode 100644 lib/distro-info/suse-11.2/prereqfiles/etc/passwd create mode 100644 lib/distro-info/suse-11.2/prereqfiles/etc/shadow create mode 100644 lib/distro-info/suse-11.2/settings.default create mode 100644 lib/distro-info/suse-11.2/settings.example create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc create mode 100644 lib/distro-info/suse-11.2/trusted-package-keys/pubring.gpg create mode 100644 lib/distro-info/suse-11.2_x86_64/mirrors/base create mode 100644 lib/distro-info/suse-11.2_x86_64/mirrors/base_non-oss create mode 100644 lib/distro-info/suse-11.2_x86_64/mirrors/base_update create mode 100644 lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/group create mode 100644 lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/hosts create mode 100644 lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/passwd create mode 100644 lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/shadow create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc create mode 100644 lib/distro-info/suse-11.2_x86_64/trusted-package-keys/pubring.gpg diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index 911fc543..4160b4b5 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006..2009 - OpenSLX GmbH +# Copyright (c) 2006..2010 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -56,6 +56,8 @@ use vars qw(%supportedDistros); 'suse-11.0_x86_64' => 'clone,update,shell', 'suse-11.1' => 'clone,install,update,shell', 'suse-11.1_x86_64' => 'clone,update,shell', + 'suse-11.2' => 'clone,install,update,shell', + 'suse-11.2_x86_64' => 'clone,update,shell', 'scilin-4.7' => 'clone,update,shell', 'scilin-5.3' => 'clone,update,shell', 'ubuntu-8.04' => 'clone,install,update,shell', @@ -66,6 +68,8 @@ use vars qw(%supportedDistros); 'ubuntu-9.04_amd64' => 'clone,update,shell', 'ubuntu-9.10' => 'clone,install,update,shell', 'ubuntu-9.10_amd64' => 'clone,update,shell', + 'ubuntu-10.04' => 'clone,install,update,shell', + 'ubuntu-10.04_amd64'=> 'clone,update,shell', ); my %localHttpServers; @@ -1151,7 +1155,6 @@ sub _copyUclibcRootfs kexec libcurses.so* libncurses.so* - mconf strace ); my $exclOpts = join ' ', map { "--exclude $_" } @excludes; diff --git a/lib/distro-info/suse-11.2/export-filter.example b/lib/distro-info/suse-11.2/export-filter.example new file mode 100644 index 00000000..a414fef4 --- /dev/null +++ b/lib/distro-info/suse-11.2/export-filter.example @@ -0,0 +1,15 @@ +# this file defines the filter rules used when exporting a vendor-OS +# of this distro +# +# copy this file to 'export-filter' and add your own filters to it +# in order to overrule the filters provided by openslx +# +#Examples: +# the following line would include anything below /var/spool/ +#+ /var/spool/* +# +# this would exclude anything in /etc that starts with dhcpd.conf +#- /etc/dhcpd.conf* +# +# and this would exclude all rpmnew-files: +#- *.rpmnew diff --git a/lib/distro-info/suse-11.2/mirrors/base b/lib/distro-info/suse-11.2/mirrors/base new file mode 100644 index 00000000..e30465d5 --- /dev/null +++ b/lib/distro-info/suse-11.2/mirrors/base @@ -0,0 +1,252 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/11.2/repo/oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.2/repo/oss +http://www.lizardsource.cn/distribution/11.2/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/11.2/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/11.2/repo/oss +http://download.opensuse.or.id/distribution/11.2/repo/oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.2/repo/oss +http://mirror.lupaworld.com/opensuse/distribution/11.2/repo/oss +ftp://www.lizardsource.cn/distribution/11.2/repo/oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/11.2/repo/oss +http://repo.ugm.ac.id/opensuse/distribution/11.2/repo/oss +http://opensuse.cbn.net.id/distribution/11.2/repo/oss +http://mirror.unej.ac.id/opensuse/distribution/11.2/repo/oss +http://dl2.foss-id.web.id/opensuse/distribution/11.2/repo/oss +http://mirror.isoc.org.il/pub/opensuse/distribution/11.2/repo/oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.2/repo/oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.2/repo/oss +ftp://opensuse.cbn.net.id/pub/opensuse/distribution/11.2/repo/oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.2/repo/oss +ftp://mirror.isoc.org.il/opensuse/distribution/11.2/repo/oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.2/repo/oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.2/repo/oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.kddilabs.jp/Linux/packages/opensusedistribution/11.2/repo/oss +http://ftp.novell.co.jp/pub/opensuse/distribution/11.2/repo/oss +ftp://mirror.unej.ac.id/opensuse/distribution/11.2/repo/oss +http://ftp.riken.jp/Linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/11.2/repo/oss +http://ftp.daum.net/opensuse/distribution/11.2/repo/oss +http://77.88.19.68/opensuse/distribution/11.2/repo/oss +http://77.88.19.73/opensuse/distribution/11.2/repo/oss +http://mirror.suse.ru/distribution/11.2/repo/oss +http://77.88.19.74/opensuse/distribution/11.2/repo/oss +http://93.158.155.193/opensuse/distribution/11.2/repo/oss +ftp://ftp.daum.net/opensuse/distribution/11.2/repo/oss +ftp://seeder.yandex.net/opensuse/distribution/11.2/repo/oss +ftp://ftp.chg.ru/pub/opensuse/distribution/11.2/repo/oss +ftp://allotter.yandex.net/opensuse/distribution/11.2/repo/oss +http://mirror.nus.edu.sg/opensuse/distribution/11.2/repo/oss +ftp://dispenser.yandex.net/opensuse/distribution/11.2/repo/oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.2/repo/oss +ftp://spreader.yandex.net/opensuse/distribution/11.2/repo/oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.metu.edu.tr/opensuse/distribution/11.2/repo/oss +http://ftp.isu.edu.tw/pub/Linux/opensuse/distribution/11.2/repo/oss +ftp://mirror.in.th/opensuse/distribution/11.2/repo/oss +ftp://ftp.isu.edu.tw/pub/Linux/OpenSuSE/distribution/11.2/repo/oss +http://ftp.chg.ru/pub/opensuse/distribution/11.2/repo/oss +http://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.2/repo/oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.2/repo/oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.2/repo/oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.2/repo/oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.2/repo/oss +ftp://ftp.twaren.net/Linux/OpenSuSE/distribution/11.2/repo/oss +http://suse.inode.at/opensuse/distribution/11.2/repo/oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.2/repo/oss +ftp://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.2/repo/oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.2/repo/oss +http://ftp.tugraz.at/mirror/opensuse/distribution/11.2/repo/oss +ftp://suse.inode.at/opensuse/distribution/11.2/repo/oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.2/repo/oss +http://suse.lagis.at/opensuse/distribution/11.2/repo/oss +http://mirror.opensuse.com.ba/opensuse/distribution/11.2/repo/oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.2/repo/oss +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.2/repo/oss +http://mirrors.netbg.com/opensuse/distribution/11.2/repo/oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.2/repo/oss +ftp://suse.lagis.at/opensuse/distribution/11.2/repo/oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.2/repo/oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.2/repo/oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.2/repo/oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://mirrors.netbg.com/opensuse/distribution/11.2/repo/oss +http://ftp5.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.2/repo/oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.2/repo/oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.2/repo/oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/distribution/11.2/repo/oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.2/repo/oss +http://opensuse.intergenia.de/distribution/11.2/repo/oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.2/repo/oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.2/repo/oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.2/repo/oss +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.2/repo/oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +http://ftp.uni-kassel.de/opensuse/distribution/11.2/repo/oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://widehat.opensuse.org/distribution/11.2/repo/oss +http://ftp4.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.2/repo/oss +http://opensuse-linuxmigratio.at/distribution/11.2/repo/oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.2/repo/oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.2/repo/oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.klid.dk/ftp/opensuse/distribution/11.2/repo/oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.2/repo/oss +http://ftp.uni-siegen.de/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/11.2/repo/oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.2/repo/oss +http://ftp.rediris.es/pub/mirror/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.2/repo/oss +http://suse.bifi.unizar.es/opensuse/distribution/11.2/repo/oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.2/repo/oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/11.2/repo/oss +ftp://ftp.klid.dk/opensuse/distribution/11.2/repo/oss +http://mirror.ovh.net/opensuse/distribution/11.2/repo/oss +http://fr2.rpmfind.net/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.2/repo/oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.2/repo/oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.2/repo/oss +http://opensuse.cict.fr/distribution/11.2/repo/oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://mirror.cict.fr/opensuse/distribution/11.2/repo/oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.2/repo/oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.2/repo/oss +ftp://ftp.rediris.es/pub/mirror/opensuse/distribution/11.2/repo/oss +ftp://mirror.ovh.net/opensuse/distribution/11.2/repo/oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.2/repo/oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.2/repo/oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.2/repo/oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.2/repo/oss +http://roxen.integrity.hu/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.2/repo/oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.2/repo/oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.2/repo/oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/oss +http://rm.mirror.garr.it/mirrors/opensuse/distribution/11.2/repo/oss +http://mirror.leaseweb.com/opensuse/distribution/11.2/repo/oss +ftp://rm.mirror.garr.it/mirrors/opensusedistribution/11.2/repo/oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.2/repo/oss +http://repo1.linux.edu.lv/distribution/11.2/repo/oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.2/repo/oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.2/repo/oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.2/repo/oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.2/repo/oss +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/oss +http://opensuse.hro.nl/opensuse/distribution/11.2/repo/oss +ftp://repo1.linux.edu.lv/distribution/11.2/repo/oss +ftp://opensuse.hro.nl/opensuse/distribution/11.2/repo/oss +http://opensuse.uib.no/distribution/11.2/repo/oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.2/repo/oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.2/repo/oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/11.2/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.2/repo/oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/11.2/repo/oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.2/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.2/repo/oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.2/repo/oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.2/repo/oss +http://ftp.sileman.pl/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.2/repo/oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.2/repo/oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/11.2/repo/oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.2/repo/oss +http://ftp.gts.lug.ro/opensuse/distribution/11.2/repo/oss +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.2/repo/oss +http://ftp.ines.lug.ro/opensuse/distribution/11.2/repo/oss +http://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.2/repo/oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.2/repo/oss +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.2/repo/oss +ftp://ftp.ines.lug.ro/opensuse/distribution/11.2/repo/oss +http://ftp.df.lth.se/pub/opensuse/distribution/11.2/repo/oss +ftp://ftp.df.lth.se/pub/opensusedistribution/11.2/repo/oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.2/repo/oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.2/repo/oss +http://opensuse.ynet.sk/distribution/11.2/repo/oss +http://less.cogeco.net/ftp/openSUSE/distribution/11.2/repo/oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.2/repo/oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.2/repo/oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.2/repo/oss +http://linux.dell.com/repo/community/distribution/11.2/repo/oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.2/repo/oss +http://ftp.osuosl.org/pub/opensuse/distribution/11.2/repo/oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/11.2/repo/oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/11.2/repo/oss +ftp://less.cogeco.net/openSUSE/distribution/11.2/repo/oss +http://mirrors.med.harvard.edu/opensuse/distribution/11.2/repo/oss +http://opensuse.cs.utah.edu/distribution/11.2/repo/oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.2/repo/oss +http://mirror.umoss.org/opensuse/distribution/11.2/repo/oss +http://opensuse.ca.unixheads.org/distribution/11.2/repo/oss +ftp://opensuse.cs.utah.edu/pub/opensuse/distribution/11.2/repo/oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.2/repo/oss +http://mirrors.xmission.com/opensuse/distribution/11.2/repo/oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.2/repo/oss +ftp://suse.mirrors.tds.net/pub/opensuse/distribution/11.2/repo/oss +http://mirrors2.kernel.org/opensuse/distribution/11.2/repo/oss +http://mirrors1.kernel.org/opensuse/distribution/11.2/repo/oss +ftp://mirrors2.kernel.org/opensuse/distribution/11.2/repo/oss +http://mirror.rackspace.com/openSUSE/distribution/11.2/repo/oss +http://130.57.19.201/distribution/11.2/repo/oss +ftp://mirror.rackspace.com/openSUSE/distribution/11.2/repo/oss +ftp://130.57.19.201/pub/opensuse/distribution/11.2/repo/oss +http://ftp.utexas.edu/opensuse/distribution/11.2/repo/oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.2/repo/oss +ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.2/repo/oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.2/repo/oss +ftp://mirrors.xmission.com/opensuse/distribution/11.2/repo/oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.2/repo/oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.2/repo/oss +http://mirror.cps.cmich.edu/opensuse/opensuse/distribution/11.2/repo/oss +http://mirror.nyi.net/opensuse/distribution/11.2/repo/oss +ftp://mirrors1.kernel.org/opensuse/distribution/11.2/repo/oss +http://mirrors.rit.edu/opensuse/distribution/11.2/repo/oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.2/repo/oss +http://ftp.iinet.net.au/pub/opensuse/distribution/11.2/repo/oss +ftp://mirror.nyi.net/opensusedistribution/11.2/repo/oss +http://mirror.internode.on.net/pub/opensuse/distribution/11.2/repo/oss +http://mirror.pacific.net.au/linux/opensuse/distribution/11.2/repo/oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.2/repo/oss +ftp://mirror.pacific.net.au/linux/opensuse/distribution/11.2/repo/oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.2/repo/oss +http://opensuse.patan.com.ar/distribution/11.2/repo/oss +http://200.221.9.37/pub/opensuse/distribution/11.2/repo/oss +http://opensuse.c3sl.ufpr.br/distribution/11.2/repo/oss +http://opensuse.pop.com.br/distribution/11.2/repo/oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.2/repo/oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.2/repo/oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/11.2/repo/oss diff --git a/lib/distro-info/suse-11.2/mirrors/base_non-oss b/lib/distro-info/suse-11.2/mirrors/base_non-oss new file mode 100644 index 00000000..47ee0d08 --- /dev/null +++ b/lib/distro-info/suse-11.2/mirrors/base_non-oss @@ -0,0 +1,250 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/11.2/repo/non-oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.2/repo/non-oss +http://mirror.lupaworld.com/opensuse/distribution/11.2/repo/non-oss +http://www.lizardsource.cn/distribution/11.2/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/11.2/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/11.2/repo/non-oss +ftp://www.lizardsource.cn/distribution/11.2/repo/non-oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/11.2/repo/non-oss +http://mirror.unej.ac.id/opensuse/distribution/11.2/repo/non-oss +http://opensuse.cbn.net.id/distribution/11.2/repo/non-oss +http://download.opensuse.or.id/distribution/11.2/repo/non-oss +http://repo.ugm.ac.id/opensuse/distribution/11.2/repo/non-oss +ftp://opensuse.cbn.net.id/pub/opensuse/distribution/11.2/repo/non-oss +http://dl2.foss-id.web.id/opensuse/distribution/11.2/repo/non-oss +http://mirror.isoc.org.il/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.2/repo/non-oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.2/repo/non-oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.2/repo/non-oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.isoc.org.il/opensuse/distribution/11.2/repo/non-oss +http://ftp.novell.co.jp/pub/opensuse/distribution/11.2/repo/non-oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.2/repo/non-oss +http://ftp.riken.jp/Linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.daum.net/opensuse/distribution/11.2/repo/non-oss +http://77.88.19.68/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.kddilabs.jp/Linux/packages/opensusedistribution/11.2/repo/non-oss +http://77.88.19.73/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/11.2/repo/non-oss +http://mirror.suse.ru/distribution/11.2/repo/non-oss +http://77.88.19.74/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.chg.ru/pub/opensuse/distribution/11.2/repo/non-oss +ftp://spreader.yandex.net/opensuse/distribution/11.2/repo/non-oss +http://mirror.nus.edu.sg/opensuse/distribution/11.2/repo/non-oss +ftp://dispenser.yandex.net/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.2/repo/non-oss +ftp://seeder.yandex.net/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.in.th/opensuse/distribution/11.2/repo/non-oss +ftp://allotter.yandex.net/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.metu.edu.tr/opensuse/distribution/11.2/repo/non-oss +http://ftp.isu.edu.tw/pub/Linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.isu.edu.tw/pub/Linux/OpenSuSE/distribution/11.2/repo/non-oss +http://ftp.chg.ru/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.2/repo/non-oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.2/repo/non-oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.twaren.net/Linux/OpenSuSE/distribution/11.2/repo/non-oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.2/repo/non-oss +http://suse.inode.at/opensuse/distribution/11.2/repo/non-oss +http://ftp.tugraz.at/mirror/opensuse/distribution/11.2/repo/non-oss +ftp://suse.inode.at/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.2/repo/non-oss +http://suse.lagis.at/opensuse/distribution/11.2/repo/non-oss +ftp://suse.lagis.at/opensuse/distribution/11.2/repo/non-oss +http://mirror.opensuse.com.ba/opensuse/distribution/11.2/repo/non-oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.2/repo/non-oss +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.2/repo/non-oss +http://mirrors.netbg.com/opensuse/distribution/11.2/repo/non-oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.2/repo/non-oss +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.2/repo/non-oss +ftp://mirrors.netbg.com/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.2/repo/non-oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.2/repo/non-oss +http://ftp5.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.2/repo/non-oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.2/repo/non-oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://opensuse.intergenia.de/distribution/11.2/repo/non-oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.2/repo/non-oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.2/repo/non-oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.2/repo/non-oss +http://widehat.opensuse.org/distribution/11.2/repo/non-oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.2/repo/non-oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp4.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.uni-kassel.de/opensuse/distribution/11.2/repo/non-oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.2/repo/non-oss +http://opensuse-linuxmigratio.at/distribution/11.2/repo/non-oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.uni-siegen.de/opensuse/distribution/11.2/repo/non-oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.2/repo/non-oss +http://ftp.klid.dk/ftp/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.2/repo/non-oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.klid.dk/opensuse/distribution/11.2/repo/non-oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.2/repo/non-oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.rediris.es/pub/mirror/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.rediris.es/pub/mirror/opensuse/distribution/11.2/repo/non-oss +http://suse.bifi.unizar.es/opensuse/distribution/11.2/repo/non-oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.2/repo/non-oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/11.2/repo/non-oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +http://fr2.rpmfind.net/linux/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.ovh.net/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.2/repo/non-oss +http://opensuse.cict.fr/distribution/11.2/repo/non-oss +http://mirror.ovh.net/opensuse/distribution/11.2/repo/non-oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.2/repo/non-oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/non-oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.2/repo/non-oss +ftp://mirror.cict.fr/opensuse/distribution/11.2/repo/non-oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.2/repo/non-oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.2/repo/non-oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/non-oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.2/repo/non-oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/non-oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.2/repo/non-oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.2/repo/non-oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.2/repo/non-oss +http://rm.mirror.garr.it/mirrors/opensuse/distribution/11.2/repo/non-oss +http://roxen.integrity.hu/pub/opensuse/distribution/11.2/repo/non-oss +http://repo1.linux.edu.lv/distribution/11.2/repo/non-oss +http://mirror.leaseweb.com/opensuse/distribution/11.2/repo/non-oss +ftp://repo1.linux.edu.lv/distribution/11.2/repo/non-oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.2/repo/non-oss +ftp://rm.mirror.garr.it/mirrors/opensusedistribution/11.2/repo/non-oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.2/repo/non-oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.2/repo/non-oss +http://opensuse.hro.nl/opensuse/distribution/11.2/repo/non-oss +http://opensuse.uib.no/distribution/11.2/repo/non-oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/11.2/repo/non-oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.2/repo/non-oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.2/repo/non-oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://opensuse.hro.nl/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.2/repo/non-oss +http://ftp.sileman.pl/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.2/repo/non-oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.2/repo/non-oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.2/repo/non-oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.ines.lug.ro/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.2/repo/non-oss +http://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.2/repo/non-oss +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.2/repo/non-oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.2/repo/non-oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://ftp.gts.lug.ro/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.ines.lug.ro/opensuse/distribution/11.2/repo/non-oss +http://ftp.df.lth.se/pub/opensuse/distribution/11.2/repo/non-oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.2/repo/non-oss +http://opensuse.ynet.sk/distribution/11.2/repo/non-oss +http://less.cogeco.net/ftp/openSUSE/distribution/11.2/repo/non-oss +http://linux.dell.com/repo/community/distribution/11.2/repo/non-oss +ftp://less.cogeco.net/openSUSE/distribution/11.2/repo/non-oss +ftp://ftp.df.lth.se/pub/opensusedistribution/11.2/repo/non-oss +http://ftp.osuosl.org/pub/opensuse/distribution/11.2/repo/non-oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.2/repo/non-oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/11.2/repo/non-oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/11.2/repo/non-oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.2/repo/non-oss +http://mirrors.med.harvard.edu/opensuse/distribution/11.2/repo/non-oss +ftp://suse.mirrors.tds.net/pub/opensuse/distribution/11.2/repo/non-oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.2/repo/non-oss +http://mirror.umoss.org/opensuse/distribution/11.2/repo/non-oss +http://opensuse.cs.utah.edu/distribution/11.2/repo/non-oss +http://opensuse.ca.unixheads.org/distribution/11.2/repo/non-oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.2/repo/non-oss +http://mirrors2.kernel.org/opensuse/distribution/11.2/repo/non-oss +ftp://opensuse.cs.utah.edu/pub/opensuse/distribution/11.2/repo/non-oss +http://mirrors1.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://mirrors.xmission.com/opensuse/distribution/11.2/repo/non-oss +http://mirror.rackspace.com/openSUSE/distribution/11.2/repo/non-oss +http://130.57.19.201/distribution/11.2/repo/non-oss +ftp://mirrors.xmission.com/opensuse/distribution/11.2/repo/non-oss +ftp://130.57.19.201/pub/opensuse/distribution/11.2/repo/non-oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.2/repo/non-oss +ftp://mirrors2.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.rackspace.com/openSUSE/distribution/11.2/repo/non-oss +http://ftp.utexas.edu/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.ussg.iu.edu/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.2/repo/non-oss +ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.2/repo/non-oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.2/repo/non-oss +http://mirror.cps.cmich.edu/opensuse/opensuse/distribution/11.2/repo/non-oss +http://mirror.nyi.net/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.2/repo/non-oss +ftp://mirrors1.kernel.org/opensuse/distribution/11.2/repo/non-oss +http://mirrors.rit.edu/opensuse/distribution/11.2/repo/non-oss +http://ftp.iinet.net.au/pub/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.nyi.net/opensusedistribution/11.2/repo/non-oss +http://mirror.internode.on.net/pub/opensuse/distribution/11.2/repo/non-oss +http://mirror.pacific.net.au/linux/opensuse/distribution/11.2/repo/non-oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/11.2/repo/non-oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.2/repo/non-oss +ftp://mirror.pacific.net.au/linux/opensuse/distribution/11.2/repo/non-oss +http://200.221.9.37/pub/opensuse/distribution/11.2/repo/non-oss +http://opensuse.c3sl.ufpr.br/distribution/11.2/repo/non-oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.2/repo/non-oss +http://opensuse.patan.com.ar/distribution/11.2/repo/non-oss +http://opensuse.pop.com.br/distribution/11.2/repo/non-oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.2/repo/non-oss diff --git a/lib/distro-info/suse-11.2/mirrors/base_update b/lib/distro-info/suse-11.2/mirrors/base_update new file mode 100644 index 00000000..bc6e9a4c --- /dev/null +++ b/lib/distro-info/suse-11.2/mirrors/base_update @@ -0,0 +1,252 @@ +http://mirror.lupaworld.com/opensuse/update/11.2 +http://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.2 +http://opensuse.mirror.ac.za/opensuse/update/11.2 +ftp://opensuse.mirror.ac.za/opensuse/update/11.2 +http://www.lizardsource.cn/update/11.2 +http://mirror.alva.ge/pub/opensuse/update/11.2 +http://mirror.alva.ge/pub/opensuse/update/11.2 +http://download.opensuse.or.id/update/11.2 +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.2 +ftp://www.lizardsource.cn/update/11.2 +http://opensuse.cbn.net.id/update/11.2 +http://mirror.unej.ac.id/opensuse/update/11.2 +http://dl2.foss-id.web.id/opensuse/update/11.2 +ftp://mirror.isoc.org.il/opensuse/update/11.2 +http://repo.ugm.ac.id/opensuse/update/11.2 +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.2 +http://mirror.isoc.org.il/pub/opensuse/update/11.2 +http://ftp.kddilabs.jp/Linux/packages/opensuse/update/11.2 +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.2 +ftp://dl2.foss-id.web.id/repo/opensuse/update/11.2 +ftp://mirror.unej.ac.id/opensuse/update/11.2 +ftp://opensuse.cbn.net.id/pub/opensuse/update/11.2 +http://ftp.novell.co.jp/pub/opensuse/update/11.2 +ftp://repo.ugm.ac.id/opensuse/update/11.2 +http://ftp.riken.jp/Linux/opensuse/update/11.2 +ftp://ftp.novell.co.jp/pub/opensuse/update/11.2 +ftp://ftp.kddilabs.jp/Linux/packages/opensuseupdate/11.2 +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.2 +http://77.88.19.68/opensuse/update/11.2 +ftp://ftp.daum.net/opensuse/update/11.2 +http://77.88.19.73/opensuse/update/11.2 +ftp://ftp.riken.jp/Linux/opensuse/update/11.2 +http://mirror.suse.ru/update/11.2 +http://77.88.19.74/opensuse/update/11.2 +http://ftp.daum.net/opensuse/update/11.2 +http://93.158.155.193/opensuse/update/11.2 +ftp://ftp.kaist.ac.kr/opensuse/update/11.2 +ftp://spreader.yandex.net/opensuse/update/11.2 +ftp://ftp.chg.ru/pub/opensuse/update/11.2 +ftp://seeder.yandex.net/opensuse/update/11.2 +http://mirror.nus.edu.sg/opensuse/update/11.2 +ftp://mirror.in.th/opensuse/update/11.2 +ftp://allotter.yandex.net/opensuse/update/11.2 +ftp://ftp.suntel.com.tr/pub/opensuse/update/11.2 +ftp://ftp.metu.edu.tr/opensuse/update/11.2 +ftp://dispenser.yandex.net/opensuse/update/11.2 +ftp://ftp.suntel.com.tr/pub/opensuse/update/11.2 +http://ftp.chg.ru/pub/opensuse/update/11.2 +http://ftp.isu.edu.tw/pub/Linux/opensuse/update/11.2 +http://mirror-fpt-telecom.fpt.net/opensuse/update/11.2 +ftp://ftp.ncnu.edu.tw/Linux/opensuse/update/11.2 +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.2 +http://ftp.ncnu.edu.tw/Linux/opensuse/update/11.2 +http://ftp.twaren.net/Linux/OpenSuSE/update/11.2 +ftp://ftp.isu.edu.tw/pub/Linux/OpenSuSE/update/11.2 +http://suse.inode.at/opensuse/update/11.2 +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.2 +ftp://ftp.twaren.net/Linux/OpenSuSE/update/11.2 +http://ftp.tugraz.at/mirror/opensuse/update/11.2 +ftp://suse.inode.at/opensuse/update/11.2 +http://suse.lagis.at/opensuse/update/11.2 +http://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.2 +ftp://ftp.tugraz.at/mirror/opensuse/update/11.2 +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.2 +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/update/11.2 +ftp://suse.lagis.at/opensuse/update/11.2 +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/update/11.2 +http://mirror.opensuse.com.ba/opensuse/update/11.2 +http://mirrors.netbg.com/opensuse/update/11.2 +http://mirror.switch.ch/ftp/mirror/opensuse/update/11.2 +ftp://mirror.switch.ch/mirror/opensuse/update/11.2 +http://mirror.karneval.cz/pub/linux/opensuse/update/11.2 +http://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.2 +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.2 +http://ftp5.gwdg.de/pub/opensuse/update/11.2 +http://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.2 +http://ftp.linux.cz/pub/linux/opensuse/update/11.2 +http://ftp.halifax.rwth-aachen.de/opensuse/update/11.2 +ftp://mirror.karneval.cz/pub/linux/opensuse/update/11.2 +ftp://mirrors.netbg.com/opensuse/update/11.2 +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.2 +http://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.2 +ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.2 +http://download.uni-hd.de/ftp/pub/linux/opensuse/update/11.2 +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/update/11.2 +ftp://ftp5.gwdg.de/pub/opensuse/update/11.2 +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/update/11.2 +http://opensuse.intergenia.de/update/11.2 +http://ftp.uni-ulm.de/mirrors/opensuse/update/11.2 +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.2 +ftp://ftp.uni-ulm.de/mirrors/opensuse/update/11.2 +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.2 +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.2 +http://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.2 +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.2 +http://ftp.uni-kl.de/pub/linux/opensuse/update/11.2 +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/update/11.2 +http://ftp3.gwdg.de/pub/opensuse/update/11.2 +ftp://ftp.uni-kl.de/pub/linux/opensuse/update/11.2 +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.2 +http://widehat.opensuse.org/update/11.2 +http://ftp4.gwdg.de/pub/opensuse/update/11.2 +ftp://ftp4.gwdg.de/pub/opensuse/update/11.2 +ftp://ftp3.gwdg.de/pub/opensuse/update/11.2 +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.2 +http://ftp.uni-kassel.de/opensuse/update/11.2 +http://ftp.uni-bayreuth.de/linux/opensuse/update/11.2 +http://opensuse-linuxmigratio.at/update/11.2 +ftp://ftp.uni-kassel.de/pub/linux/opensuse/update/11.2 +http://ftp.tu-ilmenau.de/mirror/opensuse/update/11.2 +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.2 +ftp://ftp.uni-siegen.de/pub/opensuse/update/11.2 +http://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.2 +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.2 +ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.2 +http://ftp.estpak.ee/pub/suse/opensuse/update/11.2 +http://ftp.gui.uva.es/sites/opensuse.org/update/11.2 +ftp://ftp.tu-ilmenau.de/mirror/opensuse/update/11.2 +ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.2 +http://ftp.rediris.es/pub/mirror/opensuse/update/11.2 +ftp://ftp.klid.dk/opensuse/update/11.2 +ftp://ftp.rediris.es/pub/mirror/opensuse/update/11.2 +http://suse.bifi.unizar.es/opensuse/update/11.2 +http://ftp.uni-siegen.de/opensuse/update/11.2 +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.2 +http://ftp.klid.dk/ftp/opensuse/update/11.2 +http://opensuse.mirrors.proxad.net/opensuse/update/11.2 +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/update/11.2 +ftp://mirror.ovh.net/opensuse/update/11.2 +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.2 +http://mirror.ovh.net/opensuse/update/11.2 +http://www.mirrorservice.org/sites/download.opensuse.org/update/11.2 +http://fr2.rpmfind.net/linux/opensuse/update/11.2 +ftp://www.mirrorservice.org/sites/download.opensuse.org/update/11.2 +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.2 +ftp://fr2.rpmfind.net/linux/opensuse/update/11.2 +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.2 +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.2 +http://opensuse.cict.fr/update/11.2 +http://ftp.ntua.gr/pub/linux/opensuse/update/11.2 +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.2 +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/update/11.2 +ftp://ftp.ntua.gr/pub/linux/opensuseupdate/11.2 +http://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.2 +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/update/11.2 +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.2 +http://roxen.integrity.hu/pub/opensuse/update/11.2 +ftp://mirror.cict.fr/opensuse/update/11.2 +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.2 +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.2 +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.2 +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.2 +http://rm.mirror.garr.it/mirrors/opensuse/update/11.2 +http://repo1.linux.edu.lv/update/11.2 +ftp://repo1.linux.edu.lv/update/11.2 +http://mirror.leaseweb.com/opensuse/update/11.2 +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.2 +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.2 +ftp://mirror.leaseweb.com/opensuse/update/11.2 +ftp://rm.mirror.garr.it/mirrors/opensuseupdate/11.2 +ftp://mirrors.nl.eu.kernel.org/opensuse/update/11.2 +http://ftp2.nluug.nl/os/Linux/distr/opensuse/update/11.2 +http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.2 +http://mirrors.nl.eu.kernel.org/opensuse/update/11.2 +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.2 +http://opensuse.hro.nl/opensuse/update/11.2 +http://opensuse.uib.no/update/11.2 +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/update/11.2 +http://ftp.uninett.no/pub/linux/opensuse/update/11.2 +http://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.2 +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.2 +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/update/11.2 +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.2 +ftp://ftp.uninett.no/pub/linux/opensuse/update/11.2 +ftp://opensuse.hro.nl/opensuse/update/11.2 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.2 +ftp://ftp.pbone.net/pub/opensuse/update/11.2 +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.2 +http://ftp.sileman.pl/pub/opensuse/update/11.2 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.2 +ftp://ftp.sileman.pl/pub/opensuse/update/11.2 +ftp://ftp.pbone.net/pub/opensuse/update/11.2 +http://cesium.di.uminho.pt/pub/opensuse/update/11.2 +http://ftp.gts.lug.ro/opensuse/update/11.2 +ftp://cesium.di.uminho.pt/pub/opensuse/update/11.2 +ftp://ftp.gts.lug.ro/opensuse/update/11.2 +http://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.2 +http://ftp.ines.lug.ro/opensuse/update/11.2 +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.2 +ftp://ftp.ines.lug.ro/opensuse/update/11.2 +http://ftp.iasi.roedu.net/mirrors/opensuse.org/update/11.2 +http://mirrors.se.eu.kernel.org/opensuse/update/11.2 +http://ftp.df.lth.se/pub/opensuse/update/11.2 +http://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.2 +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/update/11.2 +http://opensuse.ynet.sk/update/11.2 +ftp://mirrors.se.eu.kernel.org/opensuse/update/11.2 +ftp://ftp.df.lth.se/pub/opensuseupdate/11.2 +ftp://less.cogeco.net/openSUSE/update/11.2 +http://www.muug.mb.ca/pub/opensuse/update/11.2 +http://linux.dell.com/repo/community/update/11.2 +http://ftp.osuosl.org/pub/opensuse/update/11.2 +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.2 +http://less.cogeco.net/ftp/openSUSE/update/11.2 +ftp://www.muug.mb.ca/pub/opensuse/update/11.2 +http://suse.mirrors.tds.net/pub/opensuse/update/11.2 +ftp://opensuse.fastsoft.net/pub/linux/opensuse/update/11.2 +ftp://suse.mirrors.tds.net/pub/opensuse/update/11.2 +http://opensuse.fastsoft.net/pub/linux/opensuse/update/11.2 +http://mirror.anl.gov/pub/opensuse/opensuse/update/11.2 +http://mirror.umoss.org/opensuse/update/11.2 +ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.2 +http://opensuse.cs.utah.edu/update/11.2 +http://mirrors.med.harvard.edu/opensuse/update/11.2 +ftp://ftp.osuosl.org/pub/opensuse/update/11.2 +http://mirrors.xmission.com/opensuse/update/11.2 +ftp://mirrors.xmission.com/opensuse/update/11.2 +ftp://opensuse.cs.utah.edu/pub/opensuse/update/11.2 +http://mirrors1.kernel.org/opensuse/update/11.2 +http://opensuse.ca.unixheads.org/update/11.2 +http://mirror.rackspace.com/openSUSE/update/11.2 +http://130.57.19.201/update/11.2 +http://mirrors2.kernel.org/opensuse/update/11.2 +ftp://mirrors1.kernel.org/opensuse/update/11.2 +ftp://130.57.19.201/pub/opensuse/update/11.2 +ftp://mirrors2.kernel.org/opensuse/update/11.2 +http://ftp.ussg.iu.edu/linux/opensuse/update/11.2 +ftp://mirror.rackspace.com/openSUSE/update/11.2 +http://ftp.utexas.edu/opensuse/update/11.2 +http://www.gtlib.gatech.edu/pub/opensuse/update/11.2 +ftp://mirror.colorado.edu/pub/opensuse/update/11.2 +ftp://ftp.utexas.edu/mirrors/opensuse/update/11.2 +ftp://www.gtlib.gatech.edu/pub/opensuse/update/11.2 +http://distro.ibiblio.org/pub/linux/distributions/opensuse/update/11.2 +http://mirror.cps.cmich.edu/opensuse/opensuse/update/11.2 +ftp://ftp.ussg.iu.edu/linux/opensuse/update/11.2 +http://mirror.nyi.net/opensuse/update/11.2 +ftp://mirror.colorado.edu/pub/opensuse/update/11.2 +http://mirrors.rit.edu/opensuse/update/11.2 +ftp://mirror.nyi.net/opensuseupdate/11.2 +http://ftp.iinet.net.au/pub/opensuse/update/11.2 +http://mirror.internode.on.net/pub/opensuse/update/11.2 +http://mirror.pacific.net.au/linux/opensuse/update/11.2 +ftp://ftp.iinet.net.au/pub/opensuse/update/11.2 +ftp://mirror.internode.on.net/pub/opensuse/update/11.2 +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.2 +http://opensuse.patan.com.ar/update/11.2 +http://opensuse.c3sl.ufpr.br/update/11.2 +http://200.221.9.37/pub/opensuse/update/11.2 +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.2 +ftp://opensuse.c3sl.ufpr.br/opensuse/update/11.2 +http://opensuse.pop.com.br/update/11.2 diff --git a/lib/distro-info/suse-11.2/prereqfiles/etc/group b/lib/distro-info/suse-11.2/prereqfiles/etc/group new file mode 100644 index 00000000..505cb221 --- /dev/null +++ b/lib/distro-info/suse-11.2/prereqfiles/etc/group @@ -0,0 +1,33 @@ +root:x:0: +bin:x:1:daemon +daemon:x:2: +sys:x:3: +tty:x:5: +disk:x:6: +lp:x:7: +www:x:8: +kmem:x:9: +wheel:x:10: +mail:x:12: +news:x:13: +uucp:x:14: +shadow:x:15: +dialout:x:16: +audio:x:17: +floppy:x:19: +cdrom:x:20: +console:x:21: +utmp:x:22: +public:x:32: +video:x:33: +games:x:40: +xok:x:41: +trusted:x:42: +modem:x:43: +ftp:x:49: +man:x:62: +users:x:100: +nobody:x:65533: +nogroup:x:65534:nobody +messagebus:!:101: +haldaemon:!:102: diff --git a/lib/distro-info/suse-11.2/prereqfiles/etc/hosts b/lib/distro-info/suse-11.2/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/lib/distro-info/suse-11.2/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/lib/distro-info/suse-11.2/prereqfiles/etc/passwd b/lib/distro-info/suse-11.2/prereqfiles/etc/passwd new file mode 100644 index 00000000..9b8fc4fe --- /dev/null +++ b/lib/distro-info/suse-11.2/prereqfiles/etc/passwd @@ -0,0 +1,14 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/bash +daemon:x:2:2:Daemon:/sbin:/bin/bash +lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash +mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false +news:x:9:13:News system:/etc/news:/bin/bash +uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash +games:x:12:100:Games account:/var/games:/bin/bash +man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash +wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false +ftp:x:40:49:FTP account:/srv/ftp:/bin/bash +nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash +messagebus:x:100:101:User for D-Bus:/var/run/dbus:/bin/false +haldaemon:x:101:102:User for haldaemon:/var/run/hal:/bin/false diff --git a/lib/distro-info/suse-11.2/prereqfiles/etc/shadow b/lib/distro-info/suse-11.2/prereqfiles/etc/shadow new file mode 100644 index 00000000..cd100a5a --- /dev/null +++ b/lib/distro-info/suse-11.2/prereqfiles/etc/shadow @@ -0,0 +1,14 @@ +root::13481:::::: +bin:*:13481:::::: +daemon:*:13481:::::: +lp:*:13481:::::: +mail:*:13481:::::: +news:*:13481:::::: +uucp:*:13481:::::: +games:*:13481:::::: +man:*:13481:::::: +wwwrun:*:13481:::::: +ftp:*:13481:::::: +nobody:*:13481:::::: +messagebus:!:13481:0::7::: +haldaemon:!:13481:0::7::: diff --git a/lib/distro-info/suse-11.2/settings.default b/lib/distro-info/suse-11.2/settings.default new file mode 100644 index 00000000..7e152670 --- /dev/null +++ b/lib/distro-info/suse-11.2/settings.default @@ -0,0 +1,1126 @@ +bootstrap-packages = < + packages = < + + packages = < + + packages = < +package-subdir = suse +prereq-packages = < + name = openSUSE 11.2 + repo-subdir = suse + file-for-speedtest = suse/setup/descr/packages.en.gz + + + name = openSUSE 11.2 non-OSS + file-for-speedtest = suse/setup/descr/packages.en.gz + + + name = openSUSE 11.2 updates + file-for-speedtest = repodata/primary.xml.gz + + + packages = < + + base = minimal + packages = < + + base = textmode + packages = < + + base = kde + packages = < + + base = textmode + packages = < + + base = minimal + + diff --git a/lib/distro-info/suse-11.2/settings.example b/lib/distro-info/suse-11.2/settings.example new file mode 100644 index 00000000..a8db67df --- /dev/null +++ b/lib/distro-info/suse-11.2/settings.example @@ -0,0 +1,23 @@ +# rename this file to 'settings' and edit it as you please +# +# for a list of all options, have a look at the corresponding +# settings.default in /opt/openslx/share/distro-info + +# use local installation source +# +# local-url = /srv/ftp/pub/opensuse/distribution/11.2/repo/oss +# +# +# local-url = /srv/ftp/pub/opensuse/distribution/11.2/repo/non-oss +# +# +# local-url = /srv/ftp/pub/suse/update/11.2 +# + +# add a new selection: +# +# base = kde +# packages = < diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc new file mode 100644 index 00000000..ddcc28cd --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQGiBEHtkpsRBACRHiXh3olS++6/Mp9N7ByGMmjaaE+Y8cJQLUPG1myrbW5aogIP +0WenayhGbbgOHNWgd5dQ8KQpYYFoQuUHjFYzj5MvgrdOENOvD7ZNJ6+EmbkNh5cV +zUYfNG9jdiGweZkyA1sh8DYS0JiUmQ4CzaBD/DotB/dCmDcyuNQFiw4qKwCglQah +ATyueBRsOiXl0NIs1uB6dkkD/1A2YmQ6te1q38a1J+a8os6bDlMZhVnkZdhJdw6x +eBwUb9XS0n7hyt/AKCcBnrDEUQJuhBMNgzctJvbuMv27yRMANAXZDQkp0ip/yHLJ +PhUdSNTTRHOL9bV3t+JuZ9xmuclprwyrrJYUkEESXNc0tkuczHBP2c/RqA3OxYHt +hrHLA/9Pqe2gEleeo8l26u/uFXs2dtwjh8EZmdhHoqGcOlpYR4DyAg2D+jYfh3RI +oPzIwRlHVUR1ii5h8iPi98BVuEvukwfbbQ1K22Jwzxt6w3ihCXBKWKbeC3ElIMfA +hVMchLFUbTAw+yodO/u3NHxKQ34+ginid9dVyxV5T0gpDEEHObQrT3BlbiBFbnRl +cnByaXNlIFNlcnZlciA8c3VwcG9ydEBub3ZlbGwuY29tPoheBBMRAgAeBQJB7ZKb +AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHPSXWMN+zGID4oAoJPTGZbZApW+ +tuU422mHYGwoqgjrAJ9fhzRhRbV3YsOxKUomNeuIfmWGXA== +=Qv5+ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc new file mode 100644 index 00000000..8cc6c669 --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mIsERCAdXQEEAL7MrBTz+3SBWpCm2ae2yaDqV3ezQcs2JlvqidJVhsZqQe9/jkxi +KTEQW5+TXF/+BlQSiebunRI7oo3+9U8GyRCgs1sf+yRQWMLzZqRaarzRhw9w+Ihl +edtqYl6/U2JZCb8Adp6d7RzlRliJdJ/VtsfXj2ef7Dwu7elOVSsmaBdtAAYptChT +dVNFIFBhY2thZ2UgU2lnbmluZyBLZXkgPGJ1aWxkQHN1c2UuZGU+iLgEEwECACIC +GwMECwcDAgMVAgMDFgIBAh4BAheABQJIHzCqBQkHwXpNAAoJEOOlw2Awfj1UvWgE +AIRoxE8S6jQB7S43SVcX06FHJeUJ/m+1ErIj9LwJTYrR/8qsDjTgrttgb+nBHkIj +NhCCLAuR8sWj3CxsUMH2fayryNnwZEWGqnzo7Jtt4R1Ur3h5pHYonFjfoJyFUZjJ +7Mhw7/TuOWx20FrzqBi8tbHx8pd7Fa5lCUgopVtMh6GR +=R56j +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc new file mode 100644 index 00000000..31f2005c --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA +BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz +JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh +1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U +P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ +cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg +VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b +yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 +tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ +xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 +Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo +choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI +BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u +v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ +x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 +Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq +MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 +saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o +L0oixF12CohGBBARAgAGBQI7HmHDAAoJEJ5A4xAACqukTlQAoI4QzP9yjPohY7OU +F7J3eKBTzp25AJ42BmtSd3pvm5ldmognWF3Trhp+GYkAlQMFEDe3O8IWkDf+zvyS +FQEBAfkD/3GG5UgJj18UhYmh1gfjIlDcPAeqMwSytEHDENmHC+vlZQ/p0mT9tPiW +tp34io54mwr+bLPN8l6B5GJNkbGvH6M+mO7R8Lj4nHL6pyAv3PQr83WyLHcaX7It +Klj371/4yzKV6qpz43SGRK4MacLo2rNZ/dNej7lwPCtzCcFYwqkiiEYEEBECAAYF +AjoaQqQACgkQx1KqMrDf94ArewCfWnTUDG5gNYkmHG4bYL8fQcizyA4An2eVo/n+ +3J2KRWSOhpAMsnMxtPbB +=Ay23 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc new file mode 100644 index 00000000..580858ba --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQENBEkUTD8BCADWLy5d5IpJedHQQSXkC1VK/oAZlJEeBVpSZjMCn8LiHaI9Wq3G +3Vp6wvsP1b3kssJGzVFNctdXt5tjvOLxvrEfRJuGfqHTKILByqLzkeyWawbFNfSQ +93/8OunfSTXC1Sx3hgsNXQuOrNVKrDAQUqT620/jj94xNIg09bLSxsjN6EeTvyiO +mtE9H1J03o9tY6meNL/gcQhxBvwuo205np0JojYBP0pOfN8l9hnIOLkA0yu4ZXig +oKOVmf4iTjX4NImIWldT+UaWTO18NWcCrujtgHueytwYLBNV5N0oJIP2VYuLZfSD +VYuPllv7c6O2UEOXJsdbQaVuzU1HLocDyipnABEBAAG0NG9wZW5TVVNFIFByb2pl +Y3QgU2lnbmluZyBLZXkgPG9wZW5zdXNlQG9wZW5zdXNlLm9yZz6JATwEEwECACYF +AkkUTD8CGwMFCQPCZwAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRC4iy/UPb3C +hIE9B/9DUwwQ5c+8xW0x2Fli5Yn1P+4Wq3nmB+ZTpM5Q1a7A2l+HhpUBsnwx2e/4 +RuXlJ06uYby8UpXCli44jXFepJgiXp7ZRPX5A06aY9Pz0wawsMtYQS716+vSV3e3 +ynZmTGKxj8Z94TEVcEjMP1/XpjW22DcpItRJX2VCW7lUXDmRfQzBEolcfwlF7a1B +VcSqGZX8JvuTocLX/+fYBhZYQvERw6PUVGoEskMXMoRg6PqWMesW9Bq3cm8oeBa2 +4YmGLkN2ztBIbqRMSv0binKcddHHvRlxVFRXrnnlXrEPKrx9Fbu4vkqrG+EKE6+v +GO73ROyEcJuuoJTYsKPx6Uic5gRl +=guZP +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc new file mode 100644 index 00000000..fdd693f9 --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQGiBEeWWzMRBADU8l2IckSzgdUS1dn0WMM7wXK4seoFsHHQw/0unHCQCxpyDMnn +TKV86p5KTbR1FDdeaZlY0yCV+IGsiIxLyuUdJn8vuA5gA5ZkUr89/HtWaeZVl77J +HIQxvhDRBWCOO4QNtrZYWvGbvl83wl/zOfdLEs8IGElt0LgfohyTA1qfrwCg/Hac +tDDscXsPlo5Jek/+3RHVeD0D/30riCpfpLJOmhraLg1EbWsE0mN9IQsl+WDPdoYo +bB76z6eH3e38618WzP/LTG4WuVbwpSSqmXyfdVpXxWzESfT8q0B8CGpHf/Sa/T/L +emohmRnLvkf/tAfxFmDMm1jOewJIE9S35jANGHVJcxmfRNpPWC7uHnqjopnsmDkL +kMEdBAC6YcpDOcMJZ9sJbt/JNZBaoT5CltgMDlSN50t2v/J5em8qMLqCSNF5UJyd +LFnePHTHy6gVjWbqcC0ncFzOqM1y644Up7BoKSAr1hRTl6Mw9S3UfZZZ0al3JtWt +8y0eFIW3QP66w1AL0LO2bZMBuOvhb63DXv5iHorcxk0yIFbbybRCb3BlblNVU0U6 +RmFjdG9yeSBPQlMgUHJvamVjdCA8b3BlblNVU0U6RmFjdG9yeUBidWlsZC5vcGVu +c3VzZS5vcmc+iGYEExECACYFAkeWWzMCGwMFCQQesAAGCwkIBwMCBBUCCAMEFgID +AQIeAQIXgAAKCRAcchwkVrQXevBsAKCOeScnlH2fWVBJGHTOVJ3M4yBqDACbBeNk +PuWo05AOQ3M1dLE1hkN36G+IRgQTEQIABgUCR5ZbMwAKCRA7MBG3a51lI7PfAKCc +9ZtKfI5G/g66V7pSMXh9gi+ykgCgivPfGMDh9HIROwBIudo2qGImOqI= +=htdw +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc new file mode 100644 index 00000000..d0f64278 --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQGiBER0iroRBADfqUeJmPCXqPJFnf3CVKy40dL1F+gfvP+JHN7/uu4c9+oCYjI1 +uAE8iGTm/Twb/Zzbs4dt0iWjhNFXbRi42rMww4d/8QcPYZ21WSehh+fv8nCjt2sw +LeC87ar2SR8OTpJBK0fQlcd4e6H5GMntfI6SYEUOPd8m/eQ+4+1AxpUUpwCgswaF +13fePZGI//pDn5tGjbvmaP8D/R3qum/I+oDS8lbFeeDS10GkEkwTYec13gdfsq6I +yzIj7VBsC+rGfbipv+VGR61Q4d19pOHKLDekr9OG+3G4ZcYM4NQvQZR+QIlp3xWu +nBmYD1LRkHLVj+Z4DGQhjjOffkPSuacKPymMaZ/aRiLgTIAo97W2YPhutscXrLSG +2Y+BA/4jsyaDb7kbW4wc8RtPIcuFEheVqgBeRakP9Uj47kBMBEpPtI/mIdY5liKk +ztKnuQG6ROYLNV/PW0ZbE1uT64C710weh4cB3PnZLV5P10deDLBjHk8MJQGCTSDD +JYvhutUzQfshAU6j2kErGvKdZxWGezab34vFyMP2oLGqswPAJrRQTm92ZWxsIFBy +b3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20pIDxub3ZlbGwt +cHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6IZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQW +AgMBAh4BAheABQJIFkiPBQkHhmvVAAoJEBTCi8l+LjsFn4QAn2wgOHudNubNZvTz +NdaYJKJ0m2qnAJ9hd0nQBhn28H4Ii4a4h7kpGWRxN4hGBBMRAgAGBQJEexD/AAoJ +EKhO2uicgArKFLwAn0B+g2mJ5n8LrBziTQ5SjnSPyDBXAJwJoYTta5Sfw/3vVGpU +fJAKVDoB9w== +=MWDN +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc new file mode 100644 index 00000000..c813e864 --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc @@ -0,0 +1,37 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQGiBDnu9IERBACT8Y35+2vv4MGVKiLEMOl9GdST6MCkYS3yEKeueNWc+z/0Kvff +4JctBsgs47tjmiI9sl0eHjm3gTR8rItXMN6sJEUHWzDP+Y0PFPboMvKx0FXl/A0d +M+HFrruCgBlWt6FA+okRySQiliuI5phwqkXefl9AhkwR8xocQSVCFxcwvwCglVcO +QliHu8jwRQHxlRE0tkwQQI0D+wfQwKdvhDplxHJ5nf7U8c/yE/vdvpN6lF0tmFrK +XBUX+K7u4ifrZlQvj/81M4INjtXreqDiJtr99Rs6xa0ScZqITuZC4CWxJa9GynBE +D3+D2t1V/f8l0smsuYoFOF7Ib49IkTdbtwAThlZp8bEhELBeGaPdNCcmfZ66rKUd +G5sRA/9ovnc1krSQF2+sqB9/o7w5/q2qiyzwOSTnkjtBUVKn4zLUOf6aeBAoV6NM +CC3Kj9aZHfA+ND0ehPaVGJgjaVNFhPi4x0e7BULdvgOoAqajLfvkURHAeSsxXIoE +myW/xC1sBbDkDUIBSx5oej73XCZgnj/inphRqGpsb+1nKFvF+rQoU3VTRSBQYWNr +YWdlIFNpZ25pbmcgS2V5IDxidWlsZEBzdXNlLmRlPohiBBMRAgAiAhsDBAsHAwID +FQIDAxYCAQIeAQIXgAUCSB80OgUJEfKmuQAKCRCoTtronIAKyuJlAJ0cWZifmBO6 +Eh71jattipdMhUYBTwCfSXbJJtuF3c96JPmpmT8be2LDo86IRgQQEQIABgUCOnBe +UgAKCRCeQOMQAAqrpNzOAKCL512FZvv4VZx94TpbA9lxyoAejACeOO1HIbActAev +k5MUBhNeLZa/qM2JARUDBRA6cGBvd7LmAD0l09kBATWnB/9An5vfiUUE1VQnt+T/ +EYklES3tXXaJJp9pHMa4fzFa8jPVtv5UBHGee3XoUNDVwM2OgSEISZxbzdXGnqIl +cT08TzBUD9i579uifklLsnr35SJDZ6ram51/CWOnnaVhUzneOA9gTPSr+/fT3WeV +nwJiQCQ30kNLWVXWATMnsnT486eAOlT6UNBPYQLpUprF5Yryk23pQUPAgJENDEqe +U6iIO9Ot1ZPtB0lniw+/xCi13D360o1tZDYOp0hHHJN3D3EN8C1yPqZd5CvvznYv +B6bWBIpWcRgdn2DUVMmpU661jwqGlRz1F84JG/xe4jGuzgpJt9IXSzyohEJB6XG5 ++D0BuQINBDnu9JIQCACEkdBN6Mxf5WvqDWkcMRy6wnrd9DYJ8UUTmIT2iQf07tRU +KJJ9v0JXfx2Z4d08IQSMNRaq4VgSe+PdYgIy0fbj23Via5/gO7fJEpD2hd2f+pMn +OWvH2rOOIbeYfuhzAc6BQjAKtmgR0ERUTafTM9Wb6F13CNZZNZfDqnFDP6L12w3z +3F7FFXkz07Rs3AIto1ZfYZd4sCSpMr/0S5nLrHbIvGLp271hhQBeRmmoGEKO2JRe +lGgUJ2CUzOdtwDIKT0LbCpvaP8PVnYF5IFoYJIWRHqlEt5ucTXstZy7vYjL6vTP4 +l5xs+LIOkNmPhqmfsgLzVo0UaLt80hOwc4NvDCOLAAMGB/9g+9V3ORzw4LvO1pwR +YJqfDKUq/EJ0rNMMD4N8RLpZRhKHKJUm9nNHLbksnlZwrbSTM5LpC/U6sheLP+l0 +bLVoq0lmsCcUSyh+mY6PxWirLIWCn/IAZAGnXb6Zd6TtIJlGG6pqUN8QxGJYQnon +l0uTJKHJENbI9sWHQdcTtBMc34gorHFCo1Bcvpnc1LFLrWn7mfoGx6INQjf3HGQp +MXAWuSBQhzkazY6vaWFpa8bBJ+gKbBuySWzNm3rFtT5HRKMWpO+M9bHp4d+puY0L +1YwN1OMatcMMpcWnZpiWiR83oi32+xtWUY2U7Ae38mMag8zFbpeqPQUsDv9V7CAJ +1dbriEwEGBECAAwFAkgfNGYFCRHyptQACgkQqE7a6JyACsrv3ACbBLhafFXmTjH3 +JJWFJGWuIOaZUosAniPs4feEyN46gjXGgcZc2Ai8nkm6 +=mY6G +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc new file mode 100644 index 00000000..18086b97 --- /dev/null +++ b/lib/distro-info/suse-11.2/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc @@ -0,0 +1,31 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.12 (GNU/Linux) + +mQILBERqCJkBEACdqhZWdAbUHLIumXMEgv+GFjr1ZzVHgynnFOzztU/8sxZNa9cm +YV4HZpVfjMr7fos3ArzyiPPt/336cf7w9p79/ZS4rHSNPDMlPCtXYvFxUbvU0/GY +q4jwcBsrJ0xaJ9CP5bWyAgVKOb7Y6k0ktaLjRR+tDfMsHA4H0ClMoRr6ATw8NL0e +VCfAHuzqCKvX1If8ng+wTivtAhKvz/WwQiELNELmPfc5tZHOw8NgP/r0Pze18Hn2 +dlAHu0WpC7uoR00vscsMIJiJJPcsxbL1F1eADKnk+wEy8Go+EJeJ5i0WoFbqD52q +Lv/C/oY6NVtVY0MBwtn+oQNSnQ4JBsB/Akdt53LAi0ZtNQxMyUW+76R8FCOmVCV8 +WGiF5CPRP0yvG80AMBjBjKjHb/v8ov5MnIyFimzAHS1gQcUNxTEYA/5eFwoYcGcK +weGq9FUjPTzLQAgvp7XmOzHpSAfJ7qysxFTepNsSZZhgizJyInrdQldr+GYcUNqB +krD9MWmFop975OxhCTEnNv/HcE79r8WD26HzDFYxTiTJbr0pU/ivBzo+rjq+YG2V +stJk+udVYmZTnC4LmXus8JiNuqBXbxNscwCBpcJ8YcfCV6uh+7E0XfXZsgVUFLp1 +NF+ylYRGTycOlWoZODrnJevZW7N9O3bWRx/G2P4bJD07LsDLe4i5hymf5QAGKbRQ +Tm92ZWxsIFByb3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20p +IDxub3ZlbGwtcHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6JAjMEEwECAB0FAkRqCJkG +CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBHijLooZEiCKSFD/93vZHCAMLEfksU +KnvXl08bv1rfuamuyJnE3ANRE5RDyypriHMCnkVxazvQ2WI4W4UEjluL9+SzZwtV +ZvKVoAr31614nSyWwv2YnJTHfjMG+xRlkolZMnuIiB9PcCBo9+GPU0ABuzo4pEJW +NIRoSS1NFbAZBhtUnY0cN+trM5QObLl7xXTavLyGk//blkk57fov7GXsQJlZUig0 +l2yt5XNyGpLUnTMDumHh8b389quF+0+ZfdwOy7A768xjipAZiTvIujBrEv51wrxh +0HBT0VGA0MhD9t0B+Ce4BM9P/iVMO00naaOp6PqMfPPKxQQqer8qy1i6UWBx95SY +mKZBIvOm2d9PezDxkckCu61r6krx1iKnT1wdprCAkIYwALK118SpbxuyGW0bhRHc +wsc/akzWH72fS0Xu49mvL4k4A2U9asdeQid3dMgbtm5mSWof0yiU/G4YNn0yeXoY +oG1VbCAqQbFX1Rvd6GITJVqI+ekW/uMA9BP78dF8wBeG0+QmpQnSf+eOsxB/RT8o +Kb4hHY+29MUlg+i9ceVt7hoKr03J/uIG5TXFXRYLaI0iAFVlKfWxpqDfS2XA4+dD +VYt+5RDgBcnxDaTB4FE9GqcYScNfe7+NFtL0p0wOPftbmgZzGjucTmrD8mDUNdqA +xGK7vlk4GATSfOQlq7G6LXW6RYnInohGBBMRAgAGBQJEazMlAAoJEKhO2uicgArK +2vMAn0TbVDESEVKVuFZStrfIzOvJQrR9AJsH733Ju1kE99GFrdfCeGqpckmNhg== +=E+qN +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2/trusted-package-keys/pubring.gpg b/lib/distro-info/suse-11.2/trusted-package-keys/pubring.gpg new file mode 100644 index 00000000..5bd5a78e Binary files /dev/null and b/lib/distro-info/suse-11.2/trusted-package-keys/pubring.gpg differ diff --git a/lib/distro-info/suse-11.2_x86_64/mirrors/base b/lib/distro-info/suse-11.2_x86_64/mirrors/base new file mode 100644 index 00000000..8d55eac4 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/mirrors/base @@ -0,0 +1,247 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/11.1/repo/oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.1/repo/oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.1/repo/oss +http://mirror.lupaworld.com/opensuse/distribution/11.1/repo/oss +http://www.lizardsource.cn/distribution/11.1/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/11.1/repo/oss +ftp://www.lizardsource.cn/distribution/11.1/repo/oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/11.1/repo/oss +http://download.opensuse.or.id/distribution/11.1/repo/oss +http://mirror.unej.ac.id/opensuse/distribution/11.1/repo/oss +http://opensuse.cbn.net.id/distribution/11.1/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/11.1/repo/oss +http://repo.ugm.ac.id/opensuse/distribution/11.1/repo/oss +http://dl2.foss-id.web.id/opensuse/distribution/11.1/repo/oss +http://mirror.isoc.org.il/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.isoc.org.il/opensuse/distribution/11.1/repo/oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.1/repo/oss +ftp://opensuse.cbn.net.id/pub/opensuse/distribution/11.1/repo/oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.1/repo/oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.1/repo/oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.1/repo/oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.riken.jp/Linux/opensuse/distribution/11.1/repo/oss +ftp://mirror.unej.ac.id/opensuse/distribution/11.1/repo/oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/11.1/repo/oss +http://ftp.daum.net/opensuse/distribution/11.1/repo/oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.1/repo/oss +http://77.88.19.68/opensuse/distribution/11.1/repo/oss +http://77.88.19.73/opensuse/distribution/11.1/repo/oss +http://mirror.suse.ru/distribution/11.1/repo/oss +http://77.88.19.74/opensuse/distribution/11.1/repo/oss +http://93.158.155.193/opensuse/distribution/11.1/repo/oss +ftp://ftp.chg.ru/pub/opensuse/distribution/11.1/repo/oss +ftp://dispenser.yandex.net/opensuse/distribution/11.1/repo/oss +ftp://ftp.daum.net/opensuse/distribution/11.1/repo/oss +http://mirror.nus.edu.sg/opensuse/distribution/11.1/repo/oss +ftp://seeder.yandex.net/opensuse/distribution/11.1/repo/oss +ftp://allotter.yandex.net/opensuse/distribution/11.1/repo/oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.1/repo/oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.metu.edu.tr/opensuse/distribution/11.1/repo/oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.in.th/opensuse/distribution/11.1/repo/oss +http://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.1/repo/oss +http://ftp.chg.ru/pub/opensuse/distribution/11.1/repo/oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.1/repo/oss +ftp://ftp.isu.edu.tw/pub/Linux/OpenSuSE/distribution/11.1/repo/oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.1/repo/oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.1/repo/oss +ftp://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.1/repo/oss +http://ftp.isu.edu.tw/pub/Linux/opensuse/distribution/11.1/repo/oss +http://suse.inode.at/opensuse/distribution/11.1/repo/oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.1/repo/oss +ftp://ftp.twaren.net/Linux/OpenSuSE/distribution/11.1/repo/oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.1/repo/oss +http://ftp.tugraz.at/mirror/opensuse/distribution/11.1/repo/oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.1/repo/oss +ftp://suse.inode.at/opensuse/distribution/11.1/repo/oss +http://suse.lagis.at/opensuse/distribution/11.1/repo/oss +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://mirror.opensuse.com.ba/opensuse/distribution/11.1/repo/oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.1/repo/oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.1/repo/oss +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://mirrors.netbg.com/opensuse/distribution/11.1/repo/oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.1/repo/oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.1/repo/oss +ftp://suse.lagis.at/opensuse/distribution/11.1/repo/oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.1/repo/oss +ftp://mirrors.netbg.com/opensuse/distribution/11.1/repo/oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.1/repo/oss +http://ftp5.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.1/repo/oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.1/repo/oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.1/repo/oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/distribution/11.1/repo/oss +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://opensuse.intergenia.de/distribution/11.1/repo/oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.1/repo/oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.1/repo/oss +http://widehat.opensuse.org/distribution/11.1/repo/oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.1/repo/oss +http://ftp4.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.1/repo/oss +http://ftp.uni-kassel.de/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://opensuse-linuxmigratio.at/distribution/11.1/repo/oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.1/repo/oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.1/repo/oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.uni-siegen.de/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.1/repo/oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://ftp.klid.dk/ftp/opensuse/distribution/11.1/repo/oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.1/repo/oss +ftp://ftp.klid.dk/opensuse/distribution/11.1/repo/oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.1/repo/oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.1/repo/oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.1/repo/oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.1/repo/oss +http://ftp.rediris.es/pub/mirror/opensuse/distribution/11.1/repo/oss +http://suse.bifi.unizar.es/opensuse/distribution/11.1/repo/oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.1/repo/oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/11.1/repo/oss +http://mirror.ovh.net/opensuse/distribution/11.1/repo/oss +ftp://ftp.rediris.es/pub/mirror/opensuse/distribution/11.1/repo/oss +http://fr2.rpmfind.net/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.1/repo/oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.1/repo/oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.1/repo/oss +http://opensuse.cict.fr/distribution/11.1/repo/oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.1/repo/oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.1/repo/oss +ftp://mirror.ovh.net/opensuse/distribution/11.1/repo/oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.1/repo/oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.1/repo/oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.1/repo/oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.1/repo/oss +http://roxen.integrity.hu/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.cict.fr/opensuse/distribution/11.1/repo/oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.1/repo/oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +http://rm.mirror.garr.it/mirrors/opensuse/distribution/11.1/repo/oss +http://repo1.linux.edu.lv/distribution/11.1/repo/oss +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/oss +ftp://repo1.linux.edu.lv/distribution/11.1/repo/oss +http://mirror.leaseweb.com/opensuse/distribution/11.1/repo/oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.1/repo/oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.1/repo/oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.1/repo/oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.1/repo/oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.1/repo/oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.1/repo/oss +http://opensuse.hro.nl/opensuse/distribution/11.1/repo/oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.1/repo/oss +http://opensuse.uib.no/distribution/11.1/repo/oss +ftp://rm.mirror.garr.it/mirrors/opensusedistribution/11.1/repo/oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/11.1/repo/oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.1/repo/oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://opensuse.hro.nl/opensuse/distribution/11.1/repo/oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.1/repo/oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.1/repo/oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.1/repo/oss +http://ftp.sileman.pl/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.1/repo/oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.1/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.1/repo/oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/11.1/repo/oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.1/repo/oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.1/repo/oss +http://ftp.gts.lug.ro/opensuse/distribution/11.1/repo/oss +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.1/repo/oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.1/repo/oss +http://ftp.ines.lug.ro/opensuse/distribution/11.1/repo/oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.1/repo/oss +http://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.1/repo/oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.1/repo/oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.1/repo/oss +http://ftp.df.lth.se/pub/opensuse/distribution/11.1/repo/oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.1/repo/oss +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.1/repo/oss +http://opensuse.ynet.sk/distribution/11.1/repo/oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.1/repo/oss +ftp://ftp.ines.lug.ro/opensuse/distribution/11.1/repo/oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.1/repo/oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.1/repo/oss +http://less.cogeco.net/ftp/openSUSE/distribution/11.1/repo/oss +ftp://ftp.df.lth.se/pub/opensusedistribution/11.1/repo/oss +http://linux.dell.com/repo/community/distribution/11.1/repo/oss +http://ftp.osuosl.org/pub/opensuse/distribution/11.1/repo/oss +ftp://less.cogeco.net/openSUSE/distribution/11.1/repo/oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.1/repo/oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/11.1/repo/oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/11.1/repo/oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.1/repo/oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.1/repo/oss +http://mirror.umoss.org/opensuse/distribution/11.1/repo/oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.1/repo/oss +http://mirrors.med.harvard.edu/opensuse/distribution/11.1/repo/oss +http://opensuse.cs.utah.edu/distribution/11.1/repo/oss +ftp://suse.mirrors.tds.net/pub/opensuse/distribution/11.1/repo/oss +http://mirrors.xmission.com/opensuse/distribution/11.1/repo/oss +http://mirrors2.kernel.org/opensuse/distribution/11.1/repo/oss +http://opensuse.ca.unixheads.org/distribution/11.1/repo/oss +http://mirrors1.kernel.org/opensuse/distribution/11.1/repo/oss +ftp://mirrors2.kernel.org/opensuse/distribution/11.1/repo/oss +http://mirror.rackspace.com/openSUSE/distribution/11.1/repo/oss +http://130.57.19.201/distribution/11.1/repo/oss +ftp://mirrors.xmission.com/opensuse/distribution/11.1/repo/oss +ftp://130.57.19.201/pub/opensuse/distribution/11.1/repo/oss +ftp://mirrors1.kernel.org/opensuse/distribution/11.1/repo/oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.1/repo/oss +http://ftp.utexas.edu/opensuse/distribution/11.1/repo/oss +ftp://opensuse.cs.utah.edu/pub/opensuse/distribution/11.1/repo/oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.1/repo/oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.1/repo/oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.1/repo/oss +http://mirror.nyi.net/opensuse/distribution/11.1/repo/oss +http://mirror.cps.cmich.edu/opensuse/opensuse/distribution/11.1/repo/oss +http://mirrors.rit.edu/opensuse/distribution/11.1/repo/oss +ftp://ftp.ussg.iu.edu/linux/opensuse/distribution/11.1/repo/oss +http://ftp.iinet.net.au/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.nyi.net/opensusedistribution/11.1/repo/oss +ftp://mirror.rackspace.com/openSUSE/distribution/11.1/repo/oss +http://mirror.internode.on.net/pub/opensuse/distribution/11.1/repo/oss +http://mirror.pacific.net.au/linux/opensuse/distribution/11.1/repo/oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.1/repo/oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/11.1/repo/oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.1/repo/oss +ftp://mirror.pacific.net.au/linux/opensuse/distribution/11.1/repo/oss +http://opensuse.patan.com.ar/distribution/11.1/repo/oss +http://200.221.9.37/pub/opensuse/distribution/11.1/repo/oss +http://opensuse.c3sl.ufpr.br/distribution/11.1/repo/oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.1/repo/oss +http://opensuse.pop.com.br/distribution/11.1/repo/oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.1/repo/oss diff --git a/lib/distro-info/suse-11.2_x86_64/mirrors/base_non-oss b/lib/distro-info/suse-11.2_x86_64/mirrors/base_non-oss new file mode 100644 index 00000000..bd887ed3 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/mirrors/base_non-oss @@ -0,0 +1,246 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/11.1/repo/non-oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/11.1/repo/non-oss +http://mirror.lupaworld.com/opensuse/distribution/11.1/repo/non-oss +http://www.lizardsource.cn/distribution/11.1/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/11.1/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/11.1/repo/non-oss +http://download.opensuse.or.id/distribution/11.1/repo/non-oss +http://opensuse.cbn.net.id/distribution/11.1/repo/non-oss +http://repo.ugm.ac.id/opensuse/distribution/11.1/repo/non-oss +http://mirror.unej.ac.id/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.cbn.net.id/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.unej.ac.id/opensuse/distribution/11.1/repo/non-oss +http://dl2.foss-id.web.id/opensuse/distribution/11.1/repo/non-oss +http://mirror.isoc.org.il/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.1/repo/non-oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.1/repo/non-oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.1/repo/non-oss +ftp://www.lizardsource.cn/distribution/11.1/repo/non-oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.1/repo/non-oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.novell.co.jp/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.1/repo/non-oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.1/repo/non-oss +http://ftp.riken.jp/Linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.isoc.org.il/opensuse/distribution/11.1/repo/non-oss +http://ftp.daum.net/opensuse/distribution/11.1/repo/non-oss +http://77.88.19.68/opensuse/distribution/11.1/repo/non-oss +http://77.88.19.73/opensuse/distribution/11.1/repo/non-oss +http://mirror.suse.ru/distribution/11.1/repo/non-oss +http://77.88.19.74/opensuse/distribution/11.1/repo/non-oss +http://93.158.155.193/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.chg.ru/pub/opensuse/distribution/11.1/repo/non-oss +ftp://seeder.yandex.net/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.1/repo/non-oss +http://mirror.nus.edu.sg/opensuse/distribution/11.1/repo/non-oss +ftp://allotter.yandex.net/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.metu.edu.tr/opensuse/distribution/11.1/repo/non-oss +ftp://dispenser.yandex.net/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.isu.edu.tw/pub/Linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.suntel.com.tr/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.chg.ru/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.1/repo/non-oss +ftp://ftp.isu.edu.tw/pub/Linux/OpenSuSE/distribution/11.1/repo/non-oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.1/repo/non-oss +ftp://mirror.in.th/opensuse/distribution/11.1/repo/non-oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.ncnu.edu.tw/Linux/opensuse/distribution/11.1/repo/non-oss +http://suse.inode.at/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.1/repo/non-oss +ftp://spreader.yandex.net/opensuse/distribution/11.1/repo/non-oss +ftp://suse.inode.at/opensuse/distribution/11.1/repo/non-oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.tugraz.at/mirror/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.twaren.net/Linux/OpenSuSE/distribution/11.1/repo/non-oss +http://suse.lagis.at/opensuse/distribution/11.1/repo/non-oss +ftp://suse.lagis.at/opensuse/distribution/11.1/repo/non-oss +http://mirror.opensuse.com.ba/opensuse/distribution/11.1/repo/non-oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +http://mirrors.netbg.com/opensuse/distribution/11.1/repo/non-oss +ftp://mirrors.netbg.com/opensuse/distribution/11.1/repo/non-oss +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.1/repo/non-oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.1/repo/non-oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.1/repo/non-oss +http://ftp5.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.1/repo/non-oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.1/repo/non-oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/distribution/11.1/repo/non-oss +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://opensuse.intergenia.de/distribution/11.1/repo/non-oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.1/repo/non-oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.1/repo/non-oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.1/repo/non-oss +http://widehat.opensuse.org/distribution/11.1/repo/non-oss +http://ftp4.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.uni-kassel.de/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://opensuse-linuxmigratio.at/distribution/11.1/repo/non-oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.uni-siegen.de/opensuse/distribution/11.1/repo/non-oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.1/repo/non-oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.klid.dk/ftp/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.1/repo/non-oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.1/repo/non-oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.rediris.es/pub/mirror/opensuse/distribution/11.1/repo/non-oss +http://mirror.ovh.net/opensuse/distribution/11.1/repo/non-oss +http://suse.bifi.unizar.es/opensuse/distribution/11.1/repo/non-oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.1/repo/non-oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.klid.dk/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.rediris.es/pub/mirror/opensuse/distribution/11.1/repo/non-oss +http://fr2.rpmfind.net/linux/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.ovh.net/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.1/repo/non-oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.1/repo/non-oss +http://opensuse.cict.fr/distribution/11.1/repo/non-oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.1/repo/non-oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/non-oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.1/repo/non-oss +ftp://mirror.cict.fr/opensuse/distribution/11.1/repo/non-oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.1/repo/non-oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.1/repo/non-oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.1/repo/non-oss +http://roxen.integrity.hu/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.1/repo/non-oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.1/repo/non-oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.1/repo/non-oss +http://rm.mirror.garr.it/mirrors/opensuse/distribution/11.1/repo/non-oss +ftp://rm.mirror.garr.it/mirrors/opensusedistribution/11.1/repo/non-oss +http://repo1.linux.edu.lv/distribution/11.1/repo/non-oss +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.1/repo/non-oss +ftp://repo1.linux.edu.lv/distribution/11.1/repo/non-oss +http://mirror.leaseweb.com/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.1/repo/non-oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.1/repo/non-oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.1/repo/non-oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.1/repo/non-oss +http://opensuse.hro.nl/opensuse/distribution/11.1/repo/non-oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.1/repo/non-oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.1/repo/non-oss +http://opensuse.uib.no/distribution/11.1/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.1/repo/non-oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.sileman.pl/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.hro.nl/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.pbone.net/pub/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.1/repo/non-oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.1/repo/non-oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.1/repo/non-oss +http://ftp.gts.lug.ro/opensuse/distribution/11.1/repo/non-oss +http://ftp.ines.lug.ro/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.ines.lug.ro/opensuse/distribution/11.1/repo/non-oss +http://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.1/repo/non-oss +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/distribution/11.1/repo/non-oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.1/repo/non-oss +http://ftp.df.lth.se/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.1/repo/non-oss +http://opensuse.ynet.sk/distribution/11.1/repo/non-oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.df.lth.se/pub/opensusedistribution/11.1/repo/non-oss +http://less.cogeco.net/ftp/openSUSE/distribution/11.1/repo/non-oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.1/repo/non-oss +ftp://less.cogeco.net/openSUSE/distribution/11.1/repo/non-oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.1/repo/non-oss +http://linux.dell.com/repo/community/distribution/11.1/repo/non-oss +http://ftp.osuosl.org/pub/opensuse/distribution/11.1/repo/non-oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/11.1/repo/non-oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/11.1/repo/non-oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.1/repo/non-oss +http://mirrors.med.harvard.edu/opensuse/distribution/11.1/repo/non-oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.1/repo/non-oss +http://mirror.umoss.org/opensuse/distribution/11.1/repo/non-oss +http://opensuse.cs.utah.edu/distribution/11.1/repo/non-oss +http://opensuse.ca.unixheads.org/distribution/11.1/repo/non-oss +ftp://opensuse.cs.utah.edu/pub/opensuse/distribution/11.1/repo/non-oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.1/repo/non-oss +http://mirrors.xmission.com/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.1/repo/non-oss +http://mirrors2.kernel.org/opensuse/distribution/11.1/repo/non-oss +ftp://mirrors.xmission.com/opensuse/distribution/11.1/repo/non-oss +http://mirrors1.kernel.org/opensuse/distribution/11.1/repo/non-oss +http://mirror.rackspace.com/openSUSE/distribution/11.1/repo/non-oss +http://130.57.19.201/distribution/11.1/repo/non-oss +ftp://130.57.19.201/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.rackspace.com/openSUSE/distribution/11.1/repo/non-oss +http://ftp.utexas.edu/opensuse/distribution/11.1/repo/non-oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirrors2.kernel.org/opensuse/distribution/11.1/repo/non-oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.1/repo/non-oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.1/repo/non-oss +ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirrors1.kernel.org/opensuse/distribution/11.1/repo/non-oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.1/repo/non-oss +http://mirror.cps.cmich.edu/opensuse/opensuse/distribution/11.1/repo/non-oss +http://mirror.nyi.net/opensuse/distribution/11.1/repo/non-oss +http://mirrors.rit.edu/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.1/repo/non-oss +http://ftp.iinet.net.au/pub/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.nyi.net/opensusedistribution/11.1/repo/non-oss +ftp://mirror.colorado.edu/pub/opensuse/distribution/11.1/repo/non-oss +http://mirror.pacific.net.au/linux/opensuse/distribution/11.1/repo/non-oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.pacific.net.au/linux/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/11.1/repo/non-oss +http://opensuse.patan.com.ar/distribution/11.1/repo/non-oss +http://200.221.9.37/pub/opensuse/distribution/11.1/repo/non-oss +http://opensuse.c3sl.ufpr.br/distribution/11.1/repo/non-oss +http://opensuse.pop.com.br/distribution/11.1/repo/non-oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.1/repo/non-oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.1/repo/non-oss diff --git a/lib/distro-info/suse-11.2_x86_64/mirrors/base_update b/lib/distro-info/suse-11.2_x86_64/mirrors/base_update new file mode 100644 index 00000000..d0c666e0 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/mirrors/base_update @@ -0,0 +1,246 @@ +http://opensuse.mirror.ac.za/opensuse/update/11.1 +http://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.1 +http://download.opensuse.or.id/update/11.1 +ftp://opensuse.mirror.ac.za/opensuse/update/11.1 +http://mirror.lupaworld.com/opensuse/update/11.1 +http://www.lizardsource.cn/update/11.1 +http://mirror.alva.ge/pub/opensuse/update/11.1 +http://mirror.alva.ge/pub/opensuse/update/11.1 +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.1 +http://mirror.unej.ac.id/opensuse/update/11.1 +http://opensuse.cbn.net.id/update/11.1 +http://repo.ugm.ac.id/opensuse/update/11.1 +ftp://mirror.unej.ac.id/opensuse/update/11.1 +http://dl2.foss-id.web.id/opensuse/update/11.1 +http://mirror.isoc.org.il/pub/opensuse/update/11.1 +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.1 +ftp://dl2.foss-id.web.id/repo/opensuse/update/11.1 +http://ftp.kddilabs.jp/Linux/packages/opensuse/update/11.1 +ftp://mirror.isoc.org.il/opensuse/update/11.1 +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.1 +ftp://opensuse.cbn.net.id/pub/opensuse/update/11.1 +ftp://repo.ugm.ac.id/opensuse/update/11.1 +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.1 +ftp://www.lizardsource.cn/update/11.1 +http://ftp.riken.jp/Linux/opensuse/update/11.1 +http://ftp.daum.net/opensuse/update/11.1 +http://77.88.19.68/opensuse/update/11.1 +ftp://ftp.novell.co.jp/pub/opensuse/update/11.1 +http://77.88.19.73/opensuse/update/11.1 +ftp://ftp.riken.jp/Linux/opensuse/update/11.1 +http://mirror.suse.ru/update/11.1 +http://77.88.19.74/opensuse/update/11.1 +http://93.158.155.193/opensuse/update/11.1 +ftp://dispenser.yandex.net/opensuse/update/11.1 +ftp://ftp.kaist.ac.kr/opensuse/update/11.1 +ftp://ftp.chg.ru/pub/opensuse/update/11.1 +ftp://spreader.yandex.net/opensuse/update/11.1 +ftp://allotter.yandex.net/opensuse/update/11.1 +http://mirror.nus.edu.sg/opensuse/update/11.1 +ftp://seeder.yandex.net/opensuse/update/11.1 +ftp://ftp.metu.edu.tr/opensuse/update/11.1 +ftp://ftp.suntel.com.tr/pub/opensuse/update/11.1 +http://ftp.isu.edu.tw/pub/Linux/opensuse/update/11.1 +ftp://mirror.in.th/opensuse/update/11.1 +ftp://ftp.suntel.com.tr/pub/opensuse/update/11.1 +http://ftp.chg.ru/pub/opensuse/update/11.1 +http://ftp.ncnu.edu.tw/Linux/opensuse/update/11.1 +ftp://ftp.ncnu.edu.tw/Linux/opensuse/update/11.1 +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.1 +http://ftp.twaren.net/Linux/OpenSuSE/update/11.1 +http://mirror-fpt-telecom.fpt.net/opensuse/update/11.1 +http://suse.inode.at/opensuse/update/11.1 +ftp://ftp.twaren.net/Linux/OpenSuSE/update/11.1 +http://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.1 +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.1 +http://ftp.tugraz.at/mirror/opensuse/update/11.1 +ftp://suse.inode.at/opensuse/update/11.1 +http://suse.lagis.at/opensuse/update/11.1 +ftp://suse.lagis.at/opensuse/update/11.1 +http://mirror.opensuse.com.ba/opensuse/update/11.1 +http://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.1 +ftp://ftp.tugraz.at/mirror/opensuse/update/11.1 +http://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/update/11.1 +ftp://opensuse.mirrors.skynet.be/pub/ftp.opensuse.org/opensuse/update/11.1 +http://mirrors.netbg.com/opensuse/update/11.1 +ftp://mirrors.netbg.com/opensuse/update/11.1 +http://mirror.switch.ch/ftp/mirror/opensuse/update/11.1 +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.1 +http://mirror.karneval.cz/pub/linux/opensuse/update/11.1 +http://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.1 +http://ftp.linux.cz/pub/linux/opensuse/update/11.1 +ftp://mirror.switch.ch/mirror/opensuse/update/11.1 +http://ftp.halifax.rwth-aachen.de/opensuse/update/11.1 +ftp://mirror.karneval.cz/pub/linux/opensuse/update/11.1 +http://ftp5.gwdg.de/pub/opensuse/update/11.1 +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.1 +ftp://ftp5.gwdg.de/pub/opensuse/update/11.1 +http://download.uni-hd.de/ftp/pub/linux/opensuse/update/11.1 +ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.1 +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.1 +http://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.1 +http://sunsite.rwth-aachen.de:3080/ftp/pub/Linux/opensuse/update/11.1 +http://opensuse.intergenia.de/update/11.1 +http://ftp.uni-ulm.de/mirrors/opensuse/update/11.1 +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.1 +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.1 +ftp://ftp.uni-heidelberg.de/pub/linux/opensuse/update/11.1 +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/opensuse/update/11.1 +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.1 +http://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.1 +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.1 +ftp://ftp.uni-ulm.de/mirrors/opensuse/update/11.1 +http://ftp.uni-kl.de/pub/linux/opensuse/update/11.1 +http://ftp3.gwdg.de/pub/opensuse/update/11.1 +http://widehat.opensuse.org/update/11.1 +ftp://ftp4.gwdg.de/pub/opensuse/update/11.1 +http://ftp.uni-kassel.de/opensuse/update/11.1 +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.1 +ftp://ftp3.gwdg.de/pub/opensuse/update/11.1 +http://ftp4.gwdg.de/pub/opensuse/update/11.1 +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.1 +ftp://ftp.uni-kl.de/pub/linux/opensuse/update/11.1 +http://ftp.uni-bayreuth.de/linux/opensuse/update/11.1 +http://opensuse-linuxmigratio.at/update/11.1 +ftp://ftp.uni-kassel.de/pub/linux/opensuse/update/11.1 +http://ftp.uni-siegen.de/opensuse/update/11.1 +http://ftp.tu-ilmenau.de/mirror/opensuse/update/11.1 +http://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.1 +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.1 +http://ftp.klid.dk/ftp/opensuse/update/11.1 +http://ftp.estpak.ee/pub/suse/opensuse/update/11.1 +ftp://ftp.uni-siegen.de/pub/opensuse/update/11.1 +ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.1 +ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.1 +http://ftp.rediris.es/pub/mirror/opensuse/update/11.1 +ftp://ftp.klid.dk/opensuse/update/11.1 +http://ftp.gui.uva.es/sites/opensuse.org/update/11.1 +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.1 +ftp://ftp.tu-ilmenau.de/mirror/opensuse/update/11.1 +http://opensuse.mirrors.proxad.net/opensuse/update/11.1 +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/update/11.1 +http://mirror.ovh.net/opensuse/update/11.1 +http://suse.bifi.unizar.es/opensuse/update/11.1 +ftp://ftp.rediris.es/pub/mirror/opensuse/update/11.1 +http://fr2.rpmfind.net/linux/opensuse/update/11.1 +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.1 +http://opensuse.cict.fr/update/11.1 +ftp://mirror.cict.fr/opensuse/update/11.1 +http://www.mirrorservice.org/sites/download.opensuse.org/update/11.1 +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.1 +ftp://fr2.rpmfind.net/linux/opensuse/update/11.1 +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/update/11.1 +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/update/11.1 +ftp://mirror.ovh.net/opensuse/update/11.1 +ftp://www.mirrorservice.org/sites/download.opensuse.org/update/11.1 +http://ftp.ntua.gr/pub/linux/opensuse/update/11.1 +http://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.1 +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.1 +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.1 +http://roxen.integrity.hu/pub/opensuse/update/11.1 +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.1 +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.1 +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.1 +ftp://ftp.ntua.gr/pub/linux/opensuseupdate/11.1 +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.1 +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.1 +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.1 +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.1 +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.1 +http://rm.mirror.garr.it/mirrors/opensuse/update/11.1 +http://repo1.linux.edu.lv/update/11.1 +http://mirror.leaseweb.com/opensuse/update/11.1 +ftp://rm.mirror.garr.it/mirrors/opensuseupdate/11.1 +http://mirrors.nl.eu.kernel.org/opensuse/update/11.1 +http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.1 +ftp://mirrors.nl.eu.kernel.org/opensuse/update/11.1 +http://ftp2.nluug.nl/os/Linux/distr/opensuse/update/11.1 +ftp://mirror.leaseweb.com/opensuse/update/11.1 +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.1 +http://opensuse.hro.nl/opensuse/update/11.1 +ftp://repo1.linux.edu.lv/update/11.1 +http://opensuse.uib.no/update/11.1 +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/update/11.1 +http://ftp.uninett.no/pub/linux/opensuse/update/11.1 +ftp://ftp.uninett.no/pub/linux/opensuse/update/11.1 +ftp://opensuse.hro.nl/opensuse/update/11.1 +http://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.1 +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.1 +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.1 +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/update/11.1 +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.1 +http://ftp.sileman.pl/pub/opensuse/update/11.1 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.1 +ftp://ftp.pbone.net/pub/opensuse/update/11.1 +http://cesium.di.uminho.pt/pub/opensuse/update/11.1 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.1 +ftp://ftp.sileman.pl/pub/opensuse/update/11.1 +http://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.1 +ftp://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.1 +http://ftp.gts.lug.ro/opensuse/update/11.1 +ftp://cesium.di.uminho.pt/pub/opensuse/update/11.1 +http://ftp.ines.lug.ro/opensuse/update/11.1 +ftp://ftp.ines.lug.ro/opensuse/update/11.1 +http://ftp.iasi.roedu.net/mirrors/opensuse.org/update/11.1 +http://mirrors.se.eu.kernel.org/opensuse/update/11.1 +ftp://ftp.pbone.net/pub/opensuse/update/11.1 +http://ftp.df.lth.se/pub/opensuse/update/11.1 +ftp://ftp.df.lth.se/pub/opensuseupdate/11.1 +ftp://ftp.gts.lug.ro/opensuse/update/11.1 +http://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.1 +http://less.cogeco.net/ftp/openSUSE/update/11.1 +ftp://ftp.iasi.roedu.net/mirrors/opensuse.org/update/11.1 +http://opensuse.ynet.sk/update/11.1 +ftp://mirrors.se.eu.kernel.org/opensuse/update/11.1 +http://www.muug.mb.ca/pub/opensuse/update/11.1 +http://linux.dell.com/repo/community/update/11.1 +ftp://www.muug.mb.ca/pub/opensuse/update/11.1 +http://ftp.osuosl.org/pub/opensuse/update/11.1 +http://opensuse.fastsoft.net/pub/linux/opensuse/update/11.1 +http://suse.mirrors.tds.net/pub/opensuse/update/11.1 +http://mirrors.med.harvard.edu/opensuse/update/11.1 +ftp://ftp.osuosl.org/pub/opensuse/update/11.1 +http://mirror.anl.gov/pub/opensuse/opensuse/update/11.1 +http://mirror.umoss.org/opensuse/update/11.1 +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.1 +http://opensuse.cs.utah.edu/update/11.1 +http://opensuse.ca.unixheads.org/update/11.1 +ftp://opensuse.cs.utah.edu/pub/opensuse/update/11.1 +ftp://opensuse.fastsoft.net/pub/linux/opensuse/update/11.1 +http://mirrors.xmission.com/opensuse/update/11.1 +ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.1 +ftp://suse.mirrors.tds.net/pub/opensuse/update/11.1 +http://mirrors2.kernel.org/opensuse/update/11.1 +ftp://mirrors.xmission.com/opensuse/update/11.1 +http://mirrors1.kernel.org/opensuse/update/11.1 +ftp://mirrors2.kernel.org/opensuse/update/11.1 +http://130.57.19.201/update/11.1 +ftp://mirrors1.kernel.org/opensuse/update/11.1 +ftp://mirror.rackspace.com/openSUSE/update/11.1 +ftp://130.57.19.201/pub/opensuse/update/11.1 +http://ftp.utexas.edu/opensuse/update/11.1 +ftp://mirror.colorado.edu/pub/opensuse/update/11.1 +http://mirror.rackspace.com/openSUSE/update/11.1 +ftp://www.gtlib.gatech.edu/pub/opensuse/update/11.1 +http://www.gtlib.gatech.edu/pub/opensuse/update/11.1 +ftp://ftp.utexas.edu/mirrors/opensuse/update/11.1 +http://ftp.ussg.iu.edu/linux/opensuse/update/11.1 +http://distro.ibiblio.org/pub/linux/distributions/opensuse/update/11.1 +http://mirror.cps.cmich.edu/opensuse/opensuse/update/11.1 +http://mirror.nyi.net/opensuse/update/11.1 +ftp://mirror.colorado.edu/pub/opensuse/update/11.1 +http://mirrors.rit.edu/opensuse/update/11.1 +http://ftp.iinet.net.au/pub/opensuse/update/11.1 +ftp://mirror.nyi.net/opensuseupdate/11.1 +http://mirror.internode.on.net/pub/opensuse/update/11.1 +http://mirror.pacific.net.au/linux/opensuse/update/11.1 +ftp://ftp.iinet.net.au/pub/opensuse/update/11.1 +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.1 +http://200.221.9.37/pub/opensuse/update/11.1 +http://opensuse.c3sl.ufpr.br/update/11.1 +http://opensuse.pop.com.br/update/11.1 +http://opensuse.patan.com.ar/update/11.1 +ftp://mirror.internode.on.net/pub/opensuse/update/11.1 +ftp://mirror.pacific.net.au/linux/opensuse/update/11.1 +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.1 +ftp://opensuse.c3sl.ufpr.br/opensuse/update/11.1 diff --git a/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/group b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/group new file mode 100644 index 00000000..505cb221 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/group @@ -0,0 +1,33 @@ +root:x:0: +bin:x:1:daemon +daemon:x:2: +sys:x:3: +tty:x:5: +disk:x:6: +lp:x:7: +www:x:8: +kmem:x:9: +wheel:x:10: +mail:x:12: +news:x:13: +uucp:x:14: +shadow:x:15: +dialout:x:16: +audio:x:17: +floppy:x:19: +cdrom:x:20: +console:x:21: +utmp:x:22: +public:x:32: +video:x:33: +games:x:40: +xok:x:41: +trusted:x:42: +modem:x:43: +ftp:x:49: +man:x:62: +users:x:100: +nobody:x:65533: +nogroup:x:65534:nobody +messagebus:!:101: +haldaemon:!:102: diff --git a/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/hosts b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/passwd b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/passwd new file mode 100644 index 00000000..9b8fc4fe --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/passwd @@ -0,0 +1,14 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/bash +daemon:x:2:2:Daemon:/sbin:/bin/bash +lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash +mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false +news:x:9:13:News system:/etc/news:/bin/bash +uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash +games:x:12:100:Games account:/var/games:/bin/bash +man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash +wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false +ftp:x:40:49:FTP account:/srv/ftp:/bin/bash +nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash +messagebus:x:100:101:User for D-Bus:/var/run/dbus:/bin/false +haldaemon:x:101:102:User for haldaemon:/var/run/hal:/bin/false diff --git a/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/shadow b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/shadow new file mode 100644 index 00000000..cd100a5a --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/prereqfiles/etc/shadow @@ -0,0 +1,14 @@ +root::13481:::::: +bin:*:13481:::::: +daemon:*:13481:::::: +lp:*:13481:::::: +mail:*:13481:::::: +news:*:13481:::::: +uucp:*:13481:::::: +games:*:13481:::::: +man:*:13481:::::: +wwwrun:*:13481:::::: +ftp:*:13481:::::: +nobody:*:13481:::::: +messagebus:!:13481:0::7::: +haldaemon:!:13481:0::7::: diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc new file mode 100644 index 00000000..ac75d62a --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQGiBEHtkpsRBACRHiXh3olS++6/Mp9N7ByGMmjaaE+Y8cJQLUPG1myrbW5aogIP +0WenayhGbbgOHNWgd5dQ8KQpYYFoQuUHjFYzj5MvgrdOENOvD7ZNJ6+EmbkNh5cV +zUYfNG9jdiGweZkyA1sh8DYS0JiUmQ4CzaBD/DotB/dCmDcyuNQFiw4qKwCglQah +ATyueBRsOiXl0NIs1uB6dkkD/1A2YmQ6te1q38a1J+a8os6bDlMZhVnkZdhJdw6x +eBwUb9XS0n7hyt/AKCcBnrDEUQJuhBMNgzctJvbuMv27yRMANAXZDQkp0ip/yHLJ +PhUdSNTTRHOL9bV3t+JuZ9xmuclprwyrrJYUkEESXNc0tkuczHBP2c/RqA3OxYHt +hrHLA/9Pqe2gEleeo8l26u/uFXs2dtwjh8EZmdhHoqGcOlpYR4DyAg2D+jYfh3RI +oPzIwRlHVUR1ii5h8iPi98BVuEvukwfbbQ1K22Jwzxt6w3ihCXBKWKbeC3ElIMfA +hVMchLFUbTAw+yodO/u3NHxKQ34+ginid9dVyxV5T0gpDEEHObQrT3BlbiBFbnRl +cnByaXNlIFNlcnZlciA8c3VwcG9ydEBub3ZlbGwuY29tPoheBBMRAgAeBQJB7ZKb +AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHPSXWMN+zGID4oAoJPTGZbZApW+ +tuU422mHYGwoqgjrAJ9fhzRhRbV3YsOxKUomNeuIfmWGXA== +=Qv5+ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc new file mode 100644 index 00000000..57a9078a --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-307e3d54-481f30aa.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mIsERCAdXQEEAL7MrBTz+3SBWpCm2ae2yaDqV3ezQcs2JlvqidJVhsZqQe9/jkxi +KTEQW5+TXF/+BlQSiebunRI7oo3+9U8GyRCgs1sf+yRQWMLzZqRaarzRhw9w+Ihl +edtqYl6/U2JZCb8Adp6d7RzlRliJdJ/VtsfXj2ef7Dwu7elOVSsmaBdtAAYptChT +dVNFIFBhY2thZ2UgU2lnbmluZyBLZXkgPGJ1aWxkQHN1c2UuZGU+iLgEEwECACIC +GwMECwcDAgMVAgMDFgIBAh4BAheABQJIHzCqBQkHwXpNAAoJEOOlw2Awfj1UvWgE +AIRoxE8S6jQB7S43SVcX06FHJeUJ/m+1ErIj9LwJTYrR/8qsDjTgrttgb+nBHkIj +NhCCLAuR8sWj3CxsUMH2fayryNnwZEWGqnzo7Jtt4R1Ur3h5pHYonFjfoJyFUZjJ +7Mhw7/TuOWx20FrzqBi8tbHx8pd7Fa5lCUgopVtMh6GR +=R56j +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc new file mode 100644 index 00000000..80380d2f --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA +BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz +JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh +1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U +P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ +cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg +VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b +yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 +tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ +xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 +Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo +choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI +BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u +v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ +x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 +Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq +MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 +saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o +L0oixF12CohGBBARAgAGBQI7HmHDAAoJEJ5A4xAACqukTlQAoI4QzP9yjPohY7OU +F7J3eKBTzp25AJ42BmtSd3pvm5ldmognWF3Trhp+GYkAlQMFEDe3O8IWkDf+zvyS +FQEBAfkD/3GG5UgJj18UhYmh1gfjIlDcPAeqMwSytEHDENmHC+vlZQ/p0mT9tPiW +tp34io54mwr+bLPN8l6B5GJNkbGvH6M+mO7R8Lj4nHL6pyAv3PQr83WyLHcaX7It +Klj371/4yzKV6qpz43SGRK4MacLo2rNZ/dNej7lwPCtzCcFYwqkiiEYEEBECAAYF +AjoaQqQACgkQx1KqMrDf94ArewCfWnTUDG5gNYkmHG4bYL8fQcizyA4An2eVo/n+ +3J2KRWSOhpAMsnMxtPbB +=Ay23 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc new file mode 100644 index 00000000..aaec909b --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-3dbdc284-49144c3f.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQENBEkUTD8BCADWLy5d5IpJedHQQSXkC1VK/oAZlJEeBVpSZjMCn8LiHaI9Wq3G +3Vp6wvsP1b3kssJGzVFNctdXt5tjvOLxvrEfRJuGfqHTKILByqLzkeyWawbFNfSQ +93/8OunfSTXC1Sx3hgsNXQuOrNVKrDAQUqT620/jj94xNIg09bLSxsjN6EeTvyiO +mtE9H1J03o9tY6meNL/gcQhxBvwuo205np0JojYBP0pOfN8l9hnIOLkA0yu4ZXig +oKOVmf4iTjX4NImIWldT+UaWTO18NWcCrujtgHueytwYLBNV5N0oJIP2VYuLZfSD +VYuPllv7c6O2UEOXJsdbQaVuzU1HLocDyipnABEBAAG0NG9wZW5TVVNFIFByb2pl +Y3QgU2lnbmluZyBLZXkgPG9wZW5zdXNlQG9wZW5zdXNlLm9yZz6JATwEEwECACYF +AkkUTD8CGwMFCQPCZwAGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRC4iy/UPb3C +hIE9B/9DUwwQ5c+8xW0x2Fli5Yn1P+4Wq3nmB+ZTpM5Q1a7A2l+HhpUBsnwx2e/4 +RuXlJ06uYby8UpXCli44jXFepJgiXp7ZRPX5A06aY9Pz0wawsMtYQS716+vSV3e3 +ynZmTGKxj8Z94TEVcEjMP1/XpjW22DcpItRJX2VCW7lUXDmRfQzBEolcfwlF7a1B +VcSqGZX8JvuTocLX/+fYBhZYQvERw6PUVGoEskMXMoRg6PqWMesW9Bq3cm8oeBa2 +4YmGLkN2ztBIbqRMSv0binKcddHHvRlxVFRXrnnlXrEPKrx9Fbu4vkqrG+EKE6+v +GO73ROyEcJuuoJTYsKPx6Uic5gRl +=guZP +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc new file mode 100644 index 00000000..f0bb55a3 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-56b4177a-47965b33.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQGiBEeWWzMRBADU8l2IckSzgdUS1dn0WMM7wXK4seoFsHHQw/0unHCQCxpyDMnn +TKV86p5KTbR1FDdeaZlY0yCV+IGsiIxLyuUdJn8vuA5gA5ZkUr89/HtWaeZVl77J +HIQxvhDRBWCOO4QNtrZYWvGbvl83wl/zOfdLEs8IGElt0LgfohyTA1qfrwCg/Hac +tDDscXsPlo5Jek/+3RHVeD0D/30riCpfpLJOmhraLg1EbWsE0mN9IQsl+WDPdoYo +bB76z6eH3e38618WzP/LTG4WuVbwpSSqmXyfdVpXxWzESfT8q0B8CGpHf/Sa/T/L +emohmRnLvkf/tAfxFmDMm1jOewJIE9S35jANGHVJcxmfRNpPWC7uHnqjopnsmDkL +kMEdBAC6YcpDOcMJZ9sJbt/JNZBaoT5CltgMDlSN50t2v/J5em8qMLqCSNF5UJyd +LFnePHTHy6gVjWbqcC0ncFzOqM1y644Up7BoKSAr1hRTl6Mw9S3UfZZZ0al3JtWt +8y0eFIW3QP66w1AL0LO2bZMBuOvhb63DXv5iHorcxk0yIFbbybRCb3BlblNVU0U6 +RmFjdG9yeSBPQlMgUHJvamVjdCA8b3BlblNVU0U6RmFjdG9yeUBidWlsZC5vcGVu +c3VzZS5vcmc+iGYEExECACYFAkeWWzMCGwMFCQQesAAGCwkIBwMCBBUCCAMEFgID +AQIeAQIXgAAKCRAcchwkVrQXevBsAKCOeScnlH2fWVBJGHTOVJ3M4yBqDACbBeNk +PuWo05AOQ3M1dLE1hkN36G+IRgQTEQIABgUCR5ZbMwAKCRA7MBG3a51lI7PfAKCc +9ZtKfI5G/g66V7pSMXh9gi+ykgCgivPfGMDh9HIROwBIudo2qGImOqI= +=htdw +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc new file mode 100644 index 00000000..74ff59e0 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-7e2e3b05-4816488f.asc @@ -0,0 +1,20 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQGiBER0iroRBADfqUeJmPCXqPJFnf3CVKy40dL1F+gfvP+JHN7/uu4c9+oCYjI1 +uAE8iGTm/Twb/Zzbs4dt0iWjhNFXbRi42rMww4d/8QcPYZ21WSehh+fv8nCjt2sw +LeC87ar2SR8OTpJBK0fQlcd4e6H5GMntfI6SYEUOPd8m/eQ+4+1AxpUUpwCgswaF +13fePZGI//pDn5tGjbvmaP8D/R3qum/I+oDS8lbFeeDS10GkEkwTYec13gdfsq6I +yzIj7VBsC+rGfbipv+VGR61Q4d19pOHKLDekr9OG+3G4ZcYM4NQvQZR+QIlp3xWu +nBmYD1LRkHLVj+Z4DGQhjjOffkPSuacKPymMaZ/aRiLgTIAo97W2YPhutscXrLSG +2Y+BA/4jsyaDb7kbW4wc8RtPIcuFEheVqgBeRakP9Uj47kBMBEpPtI/mIdY5liKk +ztKnuQG6ROYLNV/PW0ZbE1uT64C710weh4cB3PnZLV5P10deDLBjHk8MJQGCTSDD +JYvhutUzQfshAU6j2kErGvKdZxWGezab34vFyMP2oLGqswPAJrRQTm92ZWxsIFBy +b3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20pIDxub3ZlbGwt +cHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6IZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQW +AgMBAh4BAheABQJIFkiPBQkHhmvVAAoJEBTCi8l+LjsFn4QAn2wgOHudNubNZvTz +NdaYJKJ0m2qnAJ9hd0nQBhn28H4Ii4a4h7kpGWRxN4hGBBMRAgAGBQJEexD/AAoJ +EKhO2uicgArKFLwAn0B+g2mJ5n8LrBziTQ5SjnSPyDBXAJwJoYTta5Sfw/3vVGpU +fJAKVDoB9w== +=MWDN +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc new file mode 100644 index 00000000..daeef8a5 --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-9c800aca-481f343a.asc @@ -0,0 +1,37 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQGiBDnu9IERBACT8Y35+2vv4MGVKiLEMOl9GdST6MCkYS3yEKeueNWc+z/0Kvff +4JctBsgs47tjmiI9sl0eHjm3gTR8rItXMN6sJEUHWzDP+Y0PFPboMvKx0FXl/A0d +M+HFrruCgBlWt6FA+okRySQiliuI5phwqkXefl9AhkwR8xocQSVCFxcwvwCglVcO +QliHu8jwRQHxlRE0tkwQQI0D+wfQwKdvhDplxHJ5nf7U8c/yE/vdvpN6lF0tmFrK +XBUX+K7u4ifrZlQvj/81M4INjtXreqDiJtr99Rs6xa0ScZqITuZC4CWxJa9GynBE +D3+D2t1V/f8l0smsuYoFOF7Ib49IkTdbtwAThlZp8bEhELBeGaPdNCcmfZ66rKUd +G5sRA/9ovnc1krSQF2+sqB9/o7w5/q2qiyzwOSTnkjtBUVKn4zLUOf6aeBAoV6NM +CC3Kj9aZHfA+ND0ehPaVGJgjaVNFhPi4x0e7BULdvgOoAqajLfvkURHAeSsxXIoE +myW/xC1sBbDkDUIBSx5oej73XCZgnj/inphRqGpsb+1nKFvF+rQoU3VTRSBQYWNr +YWdlIFNpZ25pbmcgS2V5IDxidWlsZEBzdXNlLmRlPohiBBMRAgAiAhsDBAsHAwID +FQIDAxYCAQIeAQIXgAUCSB80OgUJEfKmuQAKCRCoTtronIAKyuJlAJ0cWZifmBO6 +Eh71jattipdMhUYBTwCfSXbJJtuF3c96JPmpmT8be2LDo86IRgQQEQIABgUCOnBe +UgAKCRCeQOMQAAqrpNzOAKCL512FZvv4VZx94TpbA9lxyoAejACeOO1HIbActAev +k5MUBhNeLZa/qM2JARUDBRA6cGBvd7LmAD0l09kBATWnB/9An5vfiUUE1VQnt+T/ +EYklES3tXXaJJp9pHMa4fzFa8jPVtv5UBHGee3XoUNDVwM2OgSEISZxbzdXGnqIl +cT08TzBUD9i579uifklLsnr35SJDZ6ram51/CWOnnaVhUzneOA9gTPSr+/fT3WeV +nwJiQCQ30kNLWVXWATMnsnT486eAOlT6UNBPYQLpUprF5Yryk23pQUPAgJENDEqe +U6iIO9Ot1ZPtB0lniw+/xCi13D360o1tZDYOp0hHHJN3D3EN8C1yPqZd5CvvznYv +B6bWBIpWcRgdn2DUVMmpU661jwqGlRz1F84JG/xe4jGuzgpJt9IXSzyohEJB6XG5 ++D0BuQINBDnu9JIQCACEkdBN6Mxf5WvqDWkcMRy6wnrd9DYJ8UUTmIT2iQf07tRU +KJJ9v0JXfx2Z4d08IQSMNRaq4VgSe+PdYgIy0fbj23Via5/gO7fJEpD2hd2f+pMn +OWvH2rOOIbeYfuhzAc6BQjAKtmgR0ERUTafTM9Wb6F13CNZZNZfDqnFDP6L12w3z +3F7FFXkz07Rs3AIto1ZfYZd4sCSpMr/0S5nLrHbIvGLp271hhQBeRmmoGEKO2JRe +lGgUJ2CUzOdtwDIKT0LbCpvaP8PVnYF5IFoYJIWRHqlEt5ucTXstZy7vYjL6vTP4 +l5xs+LIOkNmPhqmfsgLzVo0UaLt80hOwc4NvDCOLAAMGB/9g+9V3ORzw4LvO1pwR +YJqfDKUq/EJ0rNMMD4N8RLpZRhKHKJUm9nNHLbksnlZwrbSTM5LpC/U6sheLP+l0 +bLVoq0lmsCcUSyh+mY6PxWirLIWCn/IAZAGnXb6Zd6TtIJlGG6pqUN8QxGJYQnon +l0uTJKHJENbI9sWHQdcTtBMc34gorHFCo1Bcvpnc1LFLrWn7mfoGx6INQjf3HGQp +MXAWuSBQhzkazY6vaWFpa8bBJ+gKbBuySWzNm3rFtT5HRKMWpO+M9bHp4d+puY0L +1YwN1OMatcMMpcWnZpiWiR83oi32+xtWUY2U7Ae38mMag8zFbpeqPQUsDv9V7CAJ +1dbriEwEGBECAAwFAkgfNGYFCRHyptQACgkQqE7a6JyACsrv3ACbBLhafFXmTjH3 +JJWFJGWuIOaZUosAniPs4feEyN46gjXGgcZc2Ai8nkm6 +=mY6G +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc new file mode 100644 index 00000000..8467c19b --- /dev/null +++ b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc @@ -0,0 +1,31 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.9 (GNU/Linux) + +mQILBERqCJkBEACdqhZWdAbUHLIumXMEgv+GFjr1ZzVHgynnFOzztU/8sxZNa9cm +YV4HZpVfjMr7fos3ArzyiPPt/336cf7w9p79/ZS4rHSNPDMlPCtXYvFxUbvU0/GY +q4jwcBsrJ0xaJ9CP5bWyAgVKOb7Y6k0ktaLjRR+tDfMsHA4H0ClMoRr6ATw8NL0e +VCfAHuzqCKvX1If8ng+wTivtAhKvz/WwQiELNELmPfc5tZHOw8NgP/r0Pze18Hn2 +dlAHu0WpC7uoR00vscsMIJiJJPcsxbL1F1eADKnk+wEy8Go+EJeJ5i0WoFbqD52q +Lv/C/oY6NVtVY0MBwtn+oQNSnQ4JBsB/Akdt53LAi0ZtNQxMyUW+76R8FCOmVCV8 +WGiF5CPRP0yvG80AMBjBjKjHb/v8ov5MnIyFimzAHS1gQcUNxTEYA/5eFwoYcGcK +weGq9FUjPTzLQAgvp7XmOzHpSAfJ7qysxFTepNsSZZhgizJyInrdQldr+GYcUNqB +krD9MWmFop975OxhCTEnNv/HcE79r8WD26HzDFYxTiTJbr0pU/ivBzo+rjq+YG2V +stJk+udVYmZTnC4LmXus8JiNuqBXbxNscwCBpcJ8YcfCV6uh+7E0XfXZsgVUFLp1 +NF+ylYRGTycOlWoZODrnJevZW7N9O3bWRx/G2P4bJD07LsDLe4i5hymf5QAGKbRQ +Tm92ZWxsIFByb3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20p +IDxub3ZlbGwtcHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6JAjMEEwECAB0FAkRqCJkG +CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBHijLooZEiCKSFD/93vZHCAMLEfksU +KnvXl08bv1rfuamuyJnE3ANRE5RDyypriHMCnkVxazvQ2WI4W4UEjluL9+SzZwtV +ZvKVoAr31614nSyWwv2YnJTHfjMG+xRlkolZMnuIiB9PcCBo9+GPU0ABuzo4pEJW +NIRoSS1NFbAZBhtUnY0cN+trM5QObLl7xXTavLyGk//blkk57fov7GXsQJlZUig0 +l2yt5XNyGpLUnTMDumHh8b389quF+0+ZfdwOy7A768xjipAZiTvIujBrEv51wrxh +0HBT0VGA0MhD9t0B+Ce4BM9P/iVMO00naaOp6PqMfPPKxQQqer8qy1i6UWBx95SY +mKZBIvOm2d9PezDxkckCu61r6krx1iKnT1wdprCAkIYwALK118SpbxuyGW0bhRHc +wsc/akzWH72fS0Xu49mvL4k4A2U9asdeQid3dMgbtm5mSWof0yiU/G4YNn0yeXoY +oG1VbCAqQbFX1Rvd6GITJVqI+ekW/uMA9BP78dF8wBeG0+QmpQnSf+eOsxB/RT8o +Kb4hHY+29MUlg+i9ceVt7hoKr03J/uIG5TXFXRYLaI0iAFVlKfWxpqDfS2XA4+dD +VYt+5RDgBcnxDaTB4FE9GqcYScNfe7+NFtL0p0wOPftbmgZzGjucTmrD8mDUNdqA +xGK7vlk4GATSfOQlq7G6LXW6RYnInohGBBMRAgAGBQJEazMlAAoJEKhO2uicgArK +2vMAn0TbVDESEVKVuFZStrfIzOvJQrR9AJsH733Ju1kE99GFrdfCeGqpckmNhg== +=E+qN +-----END PGP PUBLIC KEY BLOCK----- diff --git a/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/pubring.gpg b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/pubring.gpg new file mode 100644 index 00000000..5bd5a78e Binary files /dev/null and b/lib/distro-info/suse-11.2_x86_64/trusted-package-keys/pubring.gpg differ -- cgit v1.2.3-55-g7522 From ac731b557496c94f92bbd8ad8066c77084c24fd0 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 9 Feb 2010 19:54:12 +0100 Subject: Just the same for the new Ubuntu (no functionality connected to it yet). --- lib/distro-info/ubuntu-10.04/mirrors/base | 162 +++++++++++++++++++ lib/distro-info/ubuntu-10.04/mirrors/base_security | 162 +++++++++++++++++++ lib/distro-info/ubuntu-10.04/mirrors/base_updates | 171 +++++++++++++++++++++ lib/distro-info/ubuntu-10.04/prereqfiles/etc/hosts | 1 + lib/distro-info/ubuntu-10.04/settings.default | 76 +++++++++ lib/distro-info/ubuntu-10.04/settings.example | 23 +++ 6 files changed, 595 insertions(+) create mode 100644 lib/distro-info/ubuntu-10.04/mirrors/base create mode 100644 lib/distro-info/ubuntu-10.04/mirrors/base_security create mode 100644 lib/distro-info/ubuntu-10.04/mirrors/base_updates create mode 100644 lib/distro-info/ubuntu-10.04/prereqfiles/etc/hosts create mode 100644 lib/distro-info/ubuntu-10.04/settings.default create mode 100644 lib/distro-info/ubuntu-10.04/settings.example diff --git a/lib/distro-info/ubuntu-10.04/mirrors/base b/lib/distro-info/ubuntu-10.04/mirrors/base new file mode 100644 index 00000000..cddbef70 --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/mirrors/base @@ -0,0 +1,162 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +ftp://br.archive.ubuntu.com/ubuntu +ftp://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +ftp://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +ftp://ftp.gtlib.gatech.edu/pub/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +ftp://ftp.iinet.net.au/pub/ubuntu +ftp://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +ftp://ftp.linux.org.tr/pub/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +http://ftp.port80.se/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +ftp://ftp.science.nus.edu.sg/pub/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://klid.dk/ftp/ubuntu +ftp://klid.dk/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +ftp://mirrors.ccs.neu.edu/net/mirrors/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +ftp://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +ftp://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/lib/distro-info/ubuntu-10.04/mirrors/base_security b/lib/distro-info/ubuntu-10.04/mirrors/base_security new file mode 100644 index 00000000..3617b3dd --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/mirrors/base_security @@ -0,0 +1,162 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +http://br.archive.ubuntu.com/ubuntu +http://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +http://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.halifax.rwth-aachen.de/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +http://ftp.iinet.net.au/pub/ubuntu +http://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +http://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +http://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.uaf.edu/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +http://ubuntu.mirror.ac.za/ubuntu-archive +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.org.ua/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +http://wwwftp.ciril.fr/pub/linux/ubuntu/archives +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/lib/distro-info/ubuntu-10.04/mirrors/base_updates b/lib/distro-info/ubuntu-10.04/mirrors/base_updates new file mode 100644 index 00000000..3b936ecf --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/mirrors/base_updates @@ -0,0 +1,171 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +ftp://br.archive.ubuntu.com/ubuntu +ftp://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +ftp://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +ftp://ftp.gtlib.gatech.edu/pub/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.halifax.rwth-aachen.de/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +ftp://ftp.iinet.net.au/pub/ubuntu +ftp://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +ftp://ftp.linux.org.tr/pub/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +ftp://ftp.polytechnic.edu.na/pub/ubuntu +http://ftp.port80.se/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +ftp://ftp.science.nus.edu.sg/pub/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://klid.dk/ftp/ubuntu +ftp://klid.dk/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +ftp://mirrors.ccs.neu.edu/net/mirrors/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +ftp://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +ftp://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.uaf.edu/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +ftp://ubuntu.mirror.ac.za/ubuntu-archive +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.org.ua/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +http://wwwftp.ciril.fr/pub/linux/ubuntu/archives +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/lib/distro-info/ubuntu-10.04/prereqfiles/etc/hosts b/lib/distro-info/ubuntu-10.04/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/lib/distro-info/ubuntu-10.04/settings.default b/lib/distro-info/ubuntu-10.04/settings.default new file mode 100644 index 00000000..acf37c4e --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/settings.default @@ -0,0 +1,76 @@ +arch = i386 +package-subdir = pool +prereq-packages = main/d/debootstrap/debootstrap_1.0.20_all.deb +release-name = lucid + + components = main restricted + distribution = lucid + name = Ubuntu 10.04 + repo-subdir = dists + file-for-speedtest = dists/lucid/main/binary-i386/Packages.bz2 + + + components = main restricted + distribution = lucid-security + name = Ubuntu 10.04 Security + repo-subdir = dists + file-for-speedtest = dists/lucid-security/main/binary-i386/Packages.bz2 + + + components = main restricted + distribution = lucid-updates + name = Ubuntu 10.04 Updates + repo-subdir = dists + file-for-speedtest = dists/lucid-updates/main/binary-i386/Packages.bz2 + + + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + diff --git a/lib/distro-info/ubuntu-10.04/settings.example b/lib/distro-info/ubuntu-10.04/settings.example new file mode 100644 index 00000000..31881c4c --- /dev/null +++ b/lib/distro-info/ubuntu-10.04/settings.example @@ -0,0 +1,23 @@ +# rename this file to 'settings' and edit it as you please +# +# for a list of all options, have a look at the corresponding +# settings.default in /opt/openslx/share/distro-info + +# use local installation source +# +# local-url = /srv/ftp/pub/ubuntu +# +# +# local-url = /srv/ftp/pub/ubuntu +# +# +# local-url = /srv/ftp/pub/ubuntu +# + +# add a new selection: +# +# base = kde +# packages = < -- cgit v1.2.3-55-g7522 From adbee86c09b70c6b012941505d446b23774d6764 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 10 Feb 2010 15:25:49 +0100 Subject: same improvement as rf00b265a but for pbs --- boot-env/pbs/uclib-rootfs/init | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/boot-env/pbs/uclib-rootfs/init b/boot-env/pbs/uclib-rootfs/init index 7b558eac..0706dab8 100755 --- a/boot-env/pbs/uclib-rootfs/init +++ b/boot-env/pbs/uclib-rootfs/init @@ -156,6 +156,25 @@ fi if [ -n "${SSID}" ] ; then # WLAN setup will most probably change the network interface name stored in # nwif (to wlan0 or something like that) + [ $DEBUGLEVEL -gt 0 ] && echo "set essid to ${essid}"; + #value of essid unchecked yet + # load network adaptor modules + cd /lib/modules/$(ls /lib/modules/)/kernel/drivers/net/wireless + for mod in $(find . | grep .ko | sed 's,.*/\([^/]*\).ko,\1',); do + echo "Mod:"; + echo $mod; + modprobe $mod || echo "module $mod did not load for some reason" + usleep 10000 + done + cd / + wlanif=$(iwconfig 2>/dev/null|sed -n "/ESSID:/p"|sed "s/ .*//") + [ $DEBUGLEVEL -gt 0 ] && echo "wlancard recognized as ${wlanif}"; + ip link set dev ${wlanif} up + if iwconfig ${wlanif} mode managed essid "${essid}"; then + nwif=${wlanif} + else + error " Unable to configure the WLAN interface." + fi : else # check here for the active Ethernet link -- cgit v1.2.3-55-g7522