Skip to content

ostree: Don't pass empty argument lists to dractut args

Alexander Larsson requested to merge (removed):fixup-dracut-empty-cli into main

Arguments like --install "" was causing failures in dracut, so we now only pass the arguments if the argument list is not empty.

Merge request reports