Integrate meta-guf-distro/fng-install-cleanups
fng-install: Fixes for wait_for_mmc, shellcheck/ check if fuser exists
Shellcheck complained about few things. Fuser is not available in FNGSystem 15, sleep instead.
--
fng-install: Remove md5sum implementation
The md5sums where only be used to adapt the contents of a possibly available checksum file to the changes done during installation. Removed this, as it has not been tested a long time and not been used much. If needed again, this should go to a fngpostinstallation step.
--
fng-install: Remove --OS option to install kernel separate from image
This option was not correctly implemented anymore, and not used either.
--
fng-install: Comments, improve --dry mode, little cleanup