Browse Source

Added space in Resolving executable dependencies done as in the rest of the messages

master
Pedro Monreal 6 years ago committed by Harald Hoyer
parent
commit
db4d6bb42c
  1. 2
      dracut.sh

2
dracut.sh

@ -1572,7 +1572,7 @@ if [[ $kernel_only != yes ]]; then @@ -1572,7 +1572,7 @@ if [[ $kernel_only != yes ]]; then
dinfo "*** Resolving executable dependencies ***"
find "$initdir" -type f -perm /0111 -not -path '*.ko' -print0 \
| xargs -r -0 $DRACUT_INSTALL ${initdir:+-D "$initdir"} -R ${DRACUT_FIPS_MODE:+-f} --
dinfo "*** Resolving executable dependencies done***"
dinfo "*** Resolving executable dependencies done ***"
fi

# Now we are done with lazy resolving, always install dependencies

Loading…
Cancel
Save