summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-08-31 15:35:55 +0200
committerJonathan Bauer2020-08-31 15:35:55 +0200
commitbce4364508fe99849c417d25068f799500141cb1 (patch)
tree0fd2117391261d6b433b1e2f173029c9b3075dd0
parentemergency_shell patch to notify user in non-debug (diff)
downloadsystemd-init-bce4364508fe99849c417d25068f799500141cb1.tar.gz
systemd-init-bce4364508fe99849c417d25068f799500141cb1.tar.xz
systemd-init-bce4364508fe99849c417d25068f799500141cb1.zip
build-initramfs.sh: core_repo then core_dracut
in order to be able to patch dracut through the patch mechanism
-rwxr-xr-xbuild-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
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." \