Azazel Linux is a mnemosyne-based Business Desktop distribution, using Xfce as Desktop Enviroment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
402 B

for x in KERNEL='linux' LVM=1 SSP=1 \
SSHD='dropbear' MTA='nullmailer' \
NETWORK=1 VLAN=1 DHCP='udhcp' PPP=1 \
POSIXACL=1 IDS=1 LDAPAUTH=1 \
X='basic' GTK=1 GNOME='minimal' XFCE='fair' KDE='none' GDM=1 \
IM=1 MOZILLA=1 AUDIO='basic' DIGICAM=1 OOO=1 DOS=1 \
PRINTING=1 POSTGRES=1 samba='samba' \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done