Can you help me with my updater script? I found only three of four mentioned lines. I updated only those which I found and during system flash partiotion was reconverted to EXT4 from F2FS.I figured out some extra steps that helped me to get F2FS working with this ROM. Although some people may not have had issues, here's a full list of steps I took so there's no confusion:
1. Install the latest TWRP. Only v2.8.4.1 or later allows you to convert partitions to F2FS with Tilapia. Grouper was catered to earlier, as always.
2. Back up the Internal storage in addition to using something like Titanium Backup to back up App Data if you need to.
3a. If you do not wish to modify the CM 12.0 ROM archive in any way, thus simplifying the process by converting only the Data partition to F2FS, in the Advanced Wipe menu of TWRP, check the Data partition and select "Repair or Change File System". Choose F2FS and start the process, then reboot recovery. Now please skip to step 5.
3b. If you wish to go "Full F2FS", that would include the System, Data and Cache partitions and ensure performance is optimal. In the Advanced Wipe menu, check each of those partitions and select "Repair or Change File System". Choose F2FS and start the process, then reboot recovery. Now please continue at step 4.
4. If you have opted to go "Full F2FS", you will need to extract the "updater-script" file from the ROM archive.zip\META-INF\com\google and modify several lines of script in a text editor the way Aneto described earlier in the thread:
You will then need to repack and replace the modified "updater-script" file back in the same location of the original within the ROM archive.zip using WinRAR or whatever works. This step will need to be repeated each time you wish to update the ROM. Now please continue at step 5.
5. Install your ROM, followed by a kernel which supports F2FS, such as M-Kernel (version a73 or greater for Lollipop). You may need to reinstall the kernel each time you update the ROM. Now reboot system and allow the OS to load fully, then reboot recovery.
6. Install Google Apps for Lollipop, reboot system again and allow apps to be optimized and the OS to finish loading.
7. You're now good to use your tablet, but if you wish to free up space in the System partition, you can use something like Titanium Backup to move apps from System to Data. Moving or uninstalling the Google apps "Hangouts" and "Google+" frees up quite a lot of space. You may also want to install SuperSU in recovery prior to tinkering with apps that request root access.
Here's what I found in todays version of nigtly. Can somebody edit it in proper way and send back to me?
View attachment updater-script.txt