summaryrefslogtreecommitdiffstats
path: root/src/lib/distro-info/ubuntu-11.10/settings.example
diff options
context:
space:
mode:
authorDirk2011-11-22 16:28:39 +0100
committerDirk2011-11-22 16:28:39 +0100
commit115a37692ee3084d7d08488cb8ebc53f6c1f1f5a (patch)
tree563481903996b3d14bde0ac08a2f7af1fcbcd291 /src/lib/distro-info/ubuntu-11.10/settings.example
parentplymouth powered bootsplash plugin (diff)
downloadcore-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.gz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.xz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.zip
First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though.
Diffstat (limited to 'src/lib/distro-info/ubuntu-11.10/settings.example')
-rw-r--r--src/lib/distro-info/ubuntu-11.10/settings.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/lib/distro-info/ubuntu-11.10/settings.example b/src/lib/distro-info/ubuntu-11.10/settings.example
new file mode 100644
index 00000000..31881c4c
--- /dev/null
+++ b/src/lib/distro-info/ubuntu-11.10/settings.example
@@ -0,0 +1,23 @@
+# rename this file to 'settings' and edit it as you please
+#
+# for a list of all options, have a look at the corresponding
+# settings.default in /opt/openslx/share/distro-info
+
+# use local installation source
+#<repository base>
+# local-url = /srv/ftp/pub/ubuntu
+#</repository>
+#<repository base_updates>
+# local-url = /srv/ftp/pub/ubuntu
+#</repository>
+#<repository base_security>
+# local-url = /srv/ftp/pub/ubuntu
+#</repository>
+
+# add a new selection:
+#<selection my_kde>
+# base = kde
+# packages = <<END
+# kinternet
+# END
+#</selection>