diff --git a/50-dracut.install b/50-dracut.install index 7ea5e170..70632ec7 100755 --- a/50-dracut.install +++ b/50-dracut.install @@ -48,6 +48,7 @@ case "$COMMAND" in unset noimageifnotneeded for ((i=0; i < "${#BOOT_OPTIONS[@]}"; i++)); do + # shellcheck disable=SC1001 if [[ ${BOOT_OPTIONS[$i]} == root\=PARTUUID\=* ]]; then noimageifnotneeded="yes" break