Changeset 60e539b


Ignore:
Timestamp:
11/09/2021 08:17:05 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
9daa202
Parents:
2b3edd2
git-author:
Pierre Labastie <pierre.labastie@…> (11/01/2021 01:12:36 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/09/2021 08:17:05 PM)
Message:

Remove KBLAYOUT setting

it is not needed anymore by any book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    r2b3edd2 r60e539b  
    3030declare SUDO
    3131declare LANGUAGE
    32 declare KBLAYOUT
    3332declare WRAP_INSTALL
    3433declare DEL_LA_FILES
     
    5655      STATS=*         | \
    5756      LANGUAGE=*      | \
    58       KBLAYOUT=*      | \
    5957      SUDO=*  )  eval ${REPLY} # Define/set a global variable..
    6058                      continue ;;
     
    8482#--------------------------#
    8583  local -r dotSTR=".................."
    86   local -r PARAM_LIST="DEP_LEVEL SUDO LANGUAGE KBLAYOUT MAIL_SERVER WRAP_INSTALL DEL_LA_FILES STATS"
     84  local -r PARAM_LIST="DEP_LEVEL SUDO LANGUAGE MAIL_SERVER WRAP_INSTALL DEL_LA_FILES STATS"
    8785  local -r PARAM_VALS='${config_param}${dotSTR:${#config_param}} ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
    8886  local config_param
     
    217215         --stringparam list-stat "$LIST_STAT" \
    218216         --stringparam language "$LANGUAGE" \
    219          --stringparam xkblayout "$KBLAYOUT" \
    220217         --stringparam fqdn "$(hostname -f)" \
    221218         -o ./scripts/ ${MakeScripts} \
Note: See TracChangeset for help on using the changeset viewer.