blob: 479f7b0eca107fea023f51439854bdf04b46af3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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/mandrivalinux/official/2007.0/i586"
# 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"
|