summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/debian-4.0/settings.example
diff options
context:
space:
mode:
Diffstat (limited to 'lib/distro-info/debian-4.0/settings.example')
-rw-r--r--lib/distro-info/debian-4.0/settings.example21
1 files changed, 14 insertions, 7 deletions
diff --git a/lib/distro-info/debian-4.0/settings.example b/lib/distro-info/debian-4.0/settings.example
index 1b4b35bd..e4436bed 100644
--- a/lib/distro-info/debian-4.0/settings.example
+++ b/lib/distro-info/debian-4.0/settings.example
@@ -1,9 +1,16 @@
-# copy this file to 'settings' and edit it as you please
+# 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 sources
-$repository{'base'}->{'url'} = "/srv/ftp/pub/debian";
+# use local installation source
+#<repository base>
+# local-url = /srv/ftp/pub/debian
+#</repository>
-# Add a new selection:
-# $selection{'my-kde'} = "$selection{default}
-# foo
-# bar";
+# add a new selection:
+#<selection my_kde>
+# base = kde
+# packages = <<END
+# kinternet
+# END