diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh index 978adb6ff4..ab62bb4485 100755 --- a/modules.d/99base/init.sh +++ b/modules.d/99base/init.sh @@ -387,7 +387,8 @@ if [ -f /etc/capsdrop ]; then } else unset RD_DEBUG - exec "$SWITCH_ROOT" "$NEWROOT" "$INIT" "$initargs" || { + # shellcheck disable=SC2086 + exec "$SWITCH_ROOT" "$NEWROOT" "$INIT" $initargs || { warn "Something went very badly wrong in the initramfs. Please " warn "file a bug against dracut." emergency_shell