2.6.0.0
Also copy recovery.fstab to cache and create a storage.fstab in
cache for app/apk use.
diff --git a/data.cpp b/data.cpp
index 5fa6814..65f706e 100644
--- a/data.cpp
+++ b/data.cpp
@@ -1044,6 +1044,8 @@
strcpy(version, TW_VERSION_STR);
fwrite(version, sizeof(version[0]), strlen(version) / sizeof(version[0]), fp);
fclose(fp);
+ TWFunc::copy_file("/etc/recovery.fstab", "/cache/recovery/recovery.fstab", 0644);
+ PartitionManager.Output_Storage_Fstab();
sync();
LOGINFO("Version number saved to '%s'\n", Path.c_str());
}