The version argument is not used by the script anymore, hence the check is obsolete.
Additionally make use of the currently unused defined MOD_DIR variable.
Signed-off-by: MichaIng <micha@dietpi.com>
* Fix the standard location of dtb files
This fix allows standard system scripts from flash-kernel,
u-boot-menu packages to search in this location
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* Bugfix: No need to unmount a separate partition for the /boot
These issues should be solved by system scripts.
In the future, this check should be removed.
* Remove unused generated file 'initrd.img-*' 'uInitrd-*'
These files were generated by initramfs-tools script
called postinst.d scripts.
And should be removed in the postrm.d or postinst.d scripts
and should be run after the initramfs-tools script
and under the same conditions.