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.

32 lines
1.0 KiB

  1. #!/bin/sh
  2. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # T2 SDE: target/azazel/pkgsel/azazel.conf
  6. # Copyright (C) 2004 - 2005 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. for x in KERNEL='linux' LVM=1 SSP=1 \
  16. SSHD='dropbear' MTA='nullmailer' \
  17. NETWORK=1 DHCP='udhcp' \
  18. X='basic' GTK=1 XFCE='fair' GDM=1 \
  19. IM=1 MOZILLA=1 AUDIO='basic' DOS=1 \
  20. SECURITY='none' \
  21. PRINTING=1 SAMBA='samba' \
  22. ; do
  23. eval SDECFGSET_TRG_MNEMOSYNE_$x
  24. const SDECFG_TRG_MNEMOSYNE_${x/=/ }
  25. done
  26. # GNOME, at least minimal
  27. if [ -z "$SDECFG_TRG_MNEMOSYNE_GNOME" -o "$SDECFG_TRG_MNEMOSYNE_GNOME" == 'none' ]; then
  28. SDECFG_TRG_MNEMOSYNE_GNOME='minimal'
  29. fi