Loading roots.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -111,6 +111,7 @@ int ensure_path_mounted(const char* path) { } } return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0); return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0); } else if (strcmp(v->fs_type, "ext4") == 0 || } else if (strcmp(v->fs_type, "ext4") == 0 || strcmp(v->fs_type, "squashfs") == 0 || strcmp(v->fs_type, "vfat") == 0) { strcmp(v->fs_type, "vfat") == 0) { result = mount(v->blk_device, v->mount_point, v->fs_type, result = mount(v->blk_device, v->mount_point, v->fs_type, v->flags, v->fs_options); v->flags, v->fs_options); Loading Loading
roots.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -111,6 +111,7 @@ int ensure_path_mounted(const char* path) { } } return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0); return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0); } else if (strcmp(v->fs_type, "ext4") == 0 || } else if (strcmp(v->fs_type, "ext4") == 0 || strcmp(v->fs_type, "squashfs") == 0 || strcmp(v->fs_type, "vfat") == 0) { strcmp(v->fs_type, "vfat") == 0) { result = mount(v->blk_device, v->mount_point, v->fs_type, result = mount(v->blk_device, v->mount_point, v->fs_type, v->flags, v->fs_options); v->flags, v->fs_options); Loading