cleanup config files, remove not supported arrays

This commit is contained in:
Tobias Powalowski 2023-04-16 17:50:07 +02:00
parent ed0413ad07
commit 5b5b673017
13 changed files with 0 additions and 38 deletions

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -3,9 +3,6 @@
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -2,9 +2,6 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# For more information on how using mkinitcpio please refer to the main config file # For more information on how using mkinitcpio please refer to the main config file
# or check the wiki. # or check the wiki.
MODULES=()
BINARIES=()
FILES=()
# SETUP # SETUP
# #

View file

@ -246,8 +246,6 @@ BUILDROOT="${_opttargetdir:-$_d_workdir/root}"
# shellcheck source=mkinitcpio.conf # shellcheck source=mkinitcpio.conf
! . "$_f_config" 2>/dev/null && die "Failed to read configuration '%s'" "$_f_config" ! . "$_f_config" 2>/dev/null && die "Failed to read configuration '%s'" "$_f_config"
arrayize_config
_hooks=("${HOOKS[@]}") _hooks=("${HOOKS[@]}")
if (( ${#_hooks[*]} == 0 )); then if (( ${#_hooks[*]} == 0 )); then