Skip to content

Rework fs initialization

This MR reworks the filesystem related initializations.

It mainly:

  • Lazy loads the discoverer
  • Starts the network device listers when the first removable device is queried
  • Removes the start() operation from the medialibrary API
  • Avoids starting network related operations when network discovery is disabled
Edited by Hugo Beauzée-Luyssen

Merge request reports