summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2007-07-26 19:03:50 +0200
committerOliver Tappe2007-07-26 19:03:50 +0200
commit8e034c3e4b934b20e53ea4b71dedf2e0c40dfedf (patch)
tree98937412af68ba46ec2cad44eaf113464c3f7779 /lib
parent* fixed two incorrect method calls (using public name instead of private one), (diff)
downloadcore-8e034c3e4b934b20e53ea4b71dedf2e0c40dfedf.tar.gz
core-8e034c3e4b934b20e53ea4b71dedf2e0c40dfedf.tar.xz
core-8e034c3e4b934b20e53ea4b71dedf2e0c40dfedf.zip
* added example settings file for ubuntu-6.10
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1278 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/distro-info/ubuntu-6.10/settings.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/distro-info/ubuntu-6.10/settings.example b/lib/distro-info/ubuntu-6.10/settings.example
new file mode 100644
index 00000000..ba49c9fd
--- /dev/null
+++ b/lib/distro-info/ubuntu-6.10/settings.example
@@ -0,0 +1,9 @@
+# copy this file to 'settings' and edit it as you please
+
+# use local installation sources
+$repository{'base'}->{'url'} = "/srv/ftp/pub/ubuntu";
+
+# Add a new selection:
+# $selection{'my-kde'} = "$selection{default}
+# foo
+# bar";