summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/ubuntu-9.04/settings.example
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-03-29 17:05:47 +0200
committerDirk von Suchodoletz2009-03-29 17:05:47 +0200
commit0fcf12e9e3abcec067ea15b68e2db1e74b6717a3 (patch)
tree1b477b4ba72ce13e67071584e0197ee4057bf09c /lib/distro-info/ubuntu-9.04/settings.example
parentFixing the /dev/shm issue of #403, #404, improving udev handling (diff)
downloadcore-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.tar.gz
core-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.tar.xz
core-0fcf12e9e3abcec067ea15b68e2db1e74b6717a3.zip
Ubuntu 9.04 "support" (inital to check for the howto/documentation,
removing deprecated 7.10 version) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2769 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/distro-info/ubuntu-9.04/settings.example')
-rw-r--r--lib/distro-info/ubuntu-9.04/settings.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/distro-info/ubuntu-9.04/settings.example b/lib/distro-info/ubuntu-9.04/settings.example
new file mode 100644
index 00000000..31881c4c
--- /dev/null
+++ b/lib/distro-info/ubuntu-9.04/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>