Browse Source

* improved tardiba.conf to just enable the APC UPS module if the target

while boot from HD (this module makes no sense i.e. for vservers)


git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@72 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Christian Wiese 17 years ago
parent
commit
d37c7725c8
1 changed files with 7 additions and 4 deletions
  1. +7
    -4
      pkgsel/tardiba.conf

+ 7
- 4
pkgsel/tardiba.conf

@ -14,14 +14,17 @@
# options always used on all tardiba systems # options always used on all tardiba systems
# #
for x in KERNEL='linux' LIBC=glibc LVM=1 PAM=1 SSP=1 \
TARDIBA_OPTION="KERNEL=linux LIBC=glibc LVM=1 PAM=1 SSP=1 \
SECURITY=none \ SECURITY=none \
POSTGRES=1 MONITORING=minimal \ POSTGRES=1 MONITORING=minimal \
APCUPS=1 \
DEVTOOLS=0 DEVELOPMENT=0 \ DEVTOOLS=0 DEVELOPMENT=0 \
DOC=usual \
; do
DOC=minimal"
[ "$SDECFG_TRG_MNEMOSYNE_BOOT" = 'vserver' ] && \
var_append TARDIBA_OPTION ' ' "APCUPS=0"
for x in $TARDIBA_OPTION ; do
eval SDECFGSET_TRG_MNEMOSYNE_$x eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ } const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done done

Loading…
Cancel
Save