lua: use minifio instead of fio in lua loaders
The `minifio` module is created specifically to use in code that needs file operations, but works before the `fio` module is initialized. The loaders module will be loaded at early loading stage to make the override loader working from very start and allow to override most of the built-in modules. Part of #7774 NO_TEST=no user visible changes NO_CHANGELOG=see NO_TEST NO_DOC=see NO_TEST
Please register or sign in to comment