Ignore:
Timestamp:
02/10/2012 10:35:59 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
4fa38dd
Parents:
9225661
Message:

Remove GETKERNEL parameter. The kernel has been required for its headers since LFS-6.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_validate_configs.sh

    r9225661 r3158dfa  
    2525  local -r  GENERAL_common="LUSER LGROUP LHOME BUILDDIR CLEAN GETPKG SRC_ARCHIVE \
    2626                            SERVER RETRYSRCDOWNLOAD RETRYDOWNLOADCNT DOWNLOADTIMEOUT \
    27                             GETKERNEL RUNMAKE"
     27                            RUNMAKE"
    2828  local -r    BUILD_chroot="TEST BOMB_TEST STRIP"
    2929  local -r    BUILD_common="FSTAB CONFIG TIMEZONE PAGE LANG INSTALL_LOG"
     
    134134    case $config_param in
    135135      # Envvars that depend on other settings to be displayed
    136       GETKERNEL ) if [[ -z "$CONFIG" ]] && [[ -z "$BOOT_CONFIG" ]] ; then
    137                     [[ "$GETPKG" = "y" ]] && echo -e "`eval echo $PARAM_VALS`"
    138                   fi ;;
    139136      COMPARE)          [[ ! "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
    140137      RUN_ICA)          [[ "$COMPARE" = "y" ]] && echo -e "`eval echo $PARAM_VALS`" ;;
Note: See TracChangeset for help on using the changeset viewer.