summaryrefslogtreecommitdiffstats
path: root/installer/obsolete/systems/suse101/settings.local.example
diff options
context:
space:
mode:
Diffstat (limited to 'installer/obsolete/systems/suse101/settings.local.example')
-rw-r--r--installer/obsolete/systems/suse101/settings.local.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/installer/obsolete/systems/suse101/settings.local.example b/installer/obsolete/systems/suse101/settings.local.example
new file mode 100644
index 00000000..838e771b
--- /dev/null
+++ b/installer/obsolete/systems/suse101/settings.local.example
@@ -0,0 +1,14 @@
+# Settings made here overwrite values from the settings file in the same
+# directory.
+# It's also possible to define addditional values here.
+
+# Use a local installation source.
+SLX_INST_SOURCE_BASEURL="ftp://gab/pub/opensuse/distribution/SL-10.1/inst-source"
+SLX_INST_SOURCE_BASEURL_suse101update="ftp://gab/pub/suse/update/10.1"
+
+# Add more packages.
+# It's possible to habe more than one SLX_INSTALL_PACKAGES_* variable defined.
+# All SLX_INSTALL_PACKAGES_* are combined to one package list which is
+# in one step.
+SLX_INSTALL_PACKAGES_EDITORS="vim emacs"
+SLX_INSTALL_PACKAGES_KDEPIM="kdepim3"