blob: bec9705f64a19f31366c54d48ba7b6a7de79ab93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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="http://ftp-1.gwdg.de/pub/opensuse/distribution/SL-10.0-OSS/inst-source"
SLX_INST_SOURCE_BASEURL_suse100update="http://ftp-1.gwdg.de/pub/suse/update/10.0"
# 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"
|