As devices with large NAND flash are becoming more common, users may
use that resource for additional (UBI) volumes. To support that in
fstools, allow autofs and umount also on MTD/UBI devices.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
if (config_load(NULL))
return -1;
- cache_load(0);
+ cache_load(1);
list_for_each_entry(pr, &devices, list) {
struct mount *m;
char *mp;
handle_swapfiles(false);
- cache_load(0);
+ cache_load(1);
if (argc == 3)
all = !strcmp(argv[2], "-a");