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

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