|
|
@ -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 |
|
|
|