Changeset afd0232 for common


Ignore:
Timestamp:
03/21/2006 10:22:08 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
68809ca
Parents:
1917cad
Message:

Changed BOOTMINIMAL (1/0) to METHOD (chroot/boot)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r1917cad rafd0232  
    2121  local -r blfs_PARAM_LIST="TEST DEPEND"
    2222  local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST"
    23   local -r clfs_PARAM_LIST="ARCH BOOTMINIMAL VIMLANG"
     23  local -r clfs_PARAM_LIST="ARCH METHOD VIMLANG"
    2424  local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE"
    2525
     
    6262        ARCH)      validation_str="xx86x xx86_64x xx86_64-64x xsparcx xsparcv8x xsparc64x xsparc64-64x xmipsx xmips64x xmips64-64x xppcx xalphax" ;;
    6363        GRSECURITY_HOST)  validation_str="x0x x1x"  ;;
    64         BOOTMINIMAL)      validation_str="x0x x1x";;
     64        METHOD)      validation_str="xchrootx xbootx";;
    6565        *)
    6666          echo "WHAT PARAMETER IS THIS.. <<${config_param}>>"
Note: See TracChangeset for help on using the changeset viewer.