Changeset 3158dfa


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.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r9225661 r3158dfa  
    781781                        #   if possible.
    782782
    783         config  GETKERNEL
    784                 bool    "Always retrieve kernel package (see help)"
    785                 default y if BOOK_LFS || BOOK_HLFS
    786                 depends GETPKG
    787                 help
    788                         #-- Get the kernel package and patches even if no kernel
    789                         #   configuration file has been supplied.
    790 
    791                         # NOTE:
    792                         #   The kernel package must be available when building
    793                         #   the SVN version of LFS or HLFS to can install the
    794                         #   headers files.
    795                         #
    796                         #   If building LFS-6.2 this setting can be disabled.
    797 
    798783        config  RUNMAKE
    799784                bool    "Run the makefile"
  • common/libs/func_download_pkgs

    r9225661 r3158dfa  
    4545      */vim-*-lang* )
    4646            [[ "$VIMLANG" = "0" ]] && continue
    47           ;;
    48       *linux/linux-* )
    49             [[ -z "$CONFIG" ]] && [[ -z "$BOOT_CONFIG" ]] && \
    50             [[ "$GETKERNEL" = "n" ]] && continue
    5147          ;;
    5248    esac
  • 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`" ;;
  • jhalfs

    r9225661 r3158dfa  
    9999RUNMAKE=${RUNMAKE:-n}
    100100GETPKG=${GETPKG:-n}
    101 GETKERNEL=${GETKERNEL:-n}
    102101COMPARE=${COMPARE:-n}
    103102RUN_FARCE=${RUN_FARCE:-n}
Note: See TracChangeset for help on using the changeset viewer.