summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-11.0/settings.example
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-10 22:30:54 +0200
committerDirk von Suchodoletz2008-08-10 22:30:54 +0200
commit12e92c5bb0037e7960cd1e3919ac44571d1e94f5 (patch)
treed69b0e7c4193620e324b193b23cdf036553d88e0 /lib/distro-info/suse-11.0/settings.example
parentTell users the machine name ... (diff)
downloadcore-12e92c5bb0037e7960cd1e3919ac44571d1e94f5.tar.gz
core-12e92c5bb0037e7960cd1e3919ac44571d1e94f5.tar.xz
core-12e92c5bb0037e7960cd1e3919ac44571d1e94f5.zip
Added new distro-info for OpenSUSE 11.0 (simple string replacement,
but this certainly would not be sufficient ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2019 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/distro-info/suse-11.0/settings.example')
-rw-r--r--lib/distro-info/suse-11.0/settings.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/distro-info/suse-11.0/settings.example b/lib/distro-info/suse-11.0/settings.example
new file mode 100644
index 00000000..db996216
--- /dev/null
+++ b/lib/distro-info/suse-11.0/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/opensuse/distribution/11.0/repo/oss
+#</repository>
+#<repository base_non-oss>
+# local-url = /srv/ftp/pub/opensuse/distribution/11.0/repo/non-oss
+#</repository>
+#<repository base_update>
+# local-url = /srv/ftp/pub/suse/update/11.0
+#</repository>
+
+# add a new selection:
+#<selection my_kde>
+# base = kde
+# packages = <<END
+# kinternet
+# END
+#</selection>