summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorLars Müller2006-12-15 21:09:01 +0100
committerLars Müller2006-12-15 21:09:01 +0100
commitb2c8f7883298314a219710218475950ed4224a75 (patch)
tree33e366e24e0361ed4295eb4d25cd3af35dca11dc /installer
parentslxossetup is a prototype of an OS setup script. At the moment (diff)
downloadcore-b2c8f7883298314a219710218475950ed4224a75.tar.gz
core-b2c8f7883298314a219710218475950ed4224a75.tar.xz
core-b2c8f7883298314a219710218475950ed4224a75.zip
Add example how to use a second local SLX_INSTALL_PACKAGES_ variable.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@538 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/systems/opensuse102/settings.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/systems/opensuse102/settings.local b/installer/systems/opensuse102/settings.local
index 01cb8aa3..f3c01c8f 100644
--- a/installer/systems/opensuse102/settings.local
+++ b/installer/systems/opensuse102/settings.local
@@ -5,8 +5,10 @@
# Use a local installation source.
SLX_INST_SOURCE_BASEURL_opensuse102="ftp://gab/pub/opensuse/distribution/10.2/repo/oss"
SLX_INST_SOURCE_BASEURL_opensuse102update="ftp://gab/pub/suse/update/10.2"
+
# 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"