OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

Abort installation if usrmerge has not been performed. #113

Closed votdev closed 1 year ago

votdev commented 1 year ago

Signed-off-by: Volker Theile votdev@gmx.de

votdev commented 1 year ago

This PR will inform the user only instead of automatically install the usrmerge package. This is by intention because nowadays ALL Debian based derivates/distributions that OMV supports should be migrated already by their upstream projects. If that is not the case, the OMV users should encourage the community/project of the OS they are using to do so.

ryecoaaron commented 1 year ago

Armbian and Raspberry Pi OS should have usrmerge (or the equivalent symlinks) installed for the bullseye releases.

votdev commented 1 year ago

Armbian and Raspberry Pi OS should have usrmerge (or the equivalent symlinks) installed for the bullseye releases.

That are good news, but it seems there are still systems out there that are not well migrated, e.g. https://forum.openmediavault.org/index.php?thread/45099-only-empty-graphs-in-the-performance-statistics-area/&postID=329049#post329049. The check contributed by this PR will hopefully help to reduce forum posts that are caused by this issue.

ryecoaaron commented 1 year ago

MIght have been an upgraded system or a very early bullseye install? Either way, hopefully this issue goes away.