config.sh 503 B

123456789101112131415161718
  1. #
  2. # Use this script to customize the installer bootstrap script
  3. #
  4. # override some defaults
  5. # try to get root prior to running setup?
  6. # 0: no
  7. # 1: prompt, but run anyway if fails
  8. # 2: require, abort if root fails
  9. GET_ROOT=0
  10. FATAL_ERROR="Error running installer. See http://zerowing.idsoftware.com/linux/ for troubleshooting"
  11. #XSU_ICON="-i icon.xpm"
  12. #SU_MESSAGE="It is recommended to run this installation as root.\nPlease enter the root password, or hit return to continue as user"