From bce4364508fe99849c417d25068f799500141cb1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 31 Aug 2020 15:35:55 +0200 Subject: build-initramfs.sh: core_repo then core_dracut in order to be able to patch dracut through the patch mechanism --- build-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-initramfs.sh b/build-initramfs.sh index 9c037a84..ce6521b3 100755 --- a/build-initramfs.sh +++ b/build-initramfs.sh @@ -92,7 +92,7 @@ declare -A module_kernel_qcow2_util_linux=( declare -A override bootstrap() { - for module in "${!core_@}" "${!module_@}"; do + for module in "core_repo" "core_dracut" "${!module_@}"; do declare -n _ref="$module" if [ $? -ne 0 ]; then echo "Only bash >= 4.3 supports namerefs." \ -- cgit v1.2.3-55-g7522