summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-10.1_x86_64/settings.local.example
blob: d56f393a8f57aacb5919d61af01f6fccd84c1545 (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/SL-10.1/inst-source";
$repository{'base_non-oss'}->{'url'} = "local://localhost:5081/srv/ftp/pub/opensuse/distribution/SL-10.1/non-oss-inst-source";
$repository{'base_update'}->{'url'} = "local://localhost:5082/srv/ftp/pub/suse/update/10.1";

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