summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-10.2/settings.example
blob: 9bd7e87fc34bd100aa5d12849f6479a987d9a9b6 (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'} = "/srv/ftp/pub/opensuse/distribution/10.2/repo/oss";
$repository{'base_non-oss'}->{'url'} = "/srv/ftp/pub/opensuse/distribution/10.2/repo/non-oss";
$repository{'base_update'}->{'url'} = "/srv/ftp/pub/suse/update/10.2";

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