Browse Source

* set options always used on all pavian systems on PAVIAN.conf

legacy/0.1
Alejandro Mery 18 years ago
parent
commit
e351bc6ba1
1 changed files with 4 additions and 10 deletions
  1. +4
    -10
      pkgsel/pavian.conf

+ 4
- 10
pkgsel/pavian.conf

@ -12,17 +12,11 @@
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# options to be overwritten by the other modules
# options always used on all pavian systems
#
for x in NETWORK=0 \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
done
# options always used on pavian systems
#
for x in KERNEL='linux' HAL=1 LVM=1 PRINTING=1 \
for x in KERNEL='linux' LIBC=glibc HALDBUS=1 LVM=1 PRINTING=1 \
PAM=1 IDS=1 SSP=1 SECURITY=none ENCRYPTION=1 \
DOC=usual X=basic GTK=1 EFL=extra QT=1 \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x

Loading…
Cancel
Save