easy-cloud.net - web applications server node
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.

18 lines
409 B

  1. #Description: ECN-Edge
  2. for x in BOOT='vserver' PYLONS=1 SECURITY=none \
  3. LVM=1 SOFTRAID=1 \
  4. WEB='nginx' MONITORING='minimal' \
  5. DEVELOPMENT=0 PAM=0 \
  6. MYSQL=1 POSTGRES=1 PHP=1; do
  7. eval SDECFGSET_TRG_MNEMOSYNE_$x
  8. const SDECFG_TRG_MNEMOSYNE_${x/=/ }
  9. done
  10. for x in JAVA F77 OBJC; do
  11. eval SDECFGSET_PKG_GCC_$x=0
  12. done
  13. menu_begin MENU_MNEMOSYNE 'Advanced Options'