summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-10.2_x86_64/settings.example
blob: 7021fa6a6fe0c968710f2a3cdc6cac46a8e5ca0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# copy this file to 'settings' and edit it as you please

# use local installation sources
$repository{'base'}->{'url'} = "local://localhost:5080/srv/ftp/pub/opensuse/distribution/10.2/repo/oss";
$repository{'base_non-oss'}->{'url'} = "local://localhost:5081/srv/ftp/pub/opensuse/distribution/10.2/repo/non-oss";
$repository{'base_update'}->{'url'} = "local://localhost:5082/srv/ftp/pub/suse/update/10.2";

# Add a new selection:
# $selection{'my-kde'} = "$selection{default}
# foo
# bar";