From a24e38a598702114545c650d6f75b550212e6aab Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 28 May 2007 21:59:41 +0000 Subject: * part two of settings file related changes (ticket#122): - removed '.local' ending from several files git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1104 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/distro-info/suse-10.2_x86_64/settings.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/distro-info/suse-10.2_x86_64/settings.example (limited to 'lib/distro-info/suse-10.2_x86_64/settings.example') diff --git a/lib/distro-info/suse-10.2_x86_64/settings.example b/lib/distro-info/suse-10.2_x86_64/settings.example new file mode 100644 index 00000000..7021fa6a --- /dev/null +++ b/lib/distro-info/suse-10.2_x86_64/settings.example @@ -0,0 +1,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"; -- cgit v1.2.3-55-g7522