Dear pdaxrom team :
thanks a lot for this new version, as usual, you did a great job !
yet there still is a pb when you try to install it on a 750 with only a root partition and no /usr (which by the way is becoming more and more important as the rom size is going bigger and bigger).
when installing the rom on a single partion c750, you get stuck into a VFS error (unable to mount root on i don't remember what). The only way to have it working is to use Hine's hack :
On Linux PC(or your Z)
1: Extract tools.tar
tar xvf tools.tar
2: Copy the C760 kernel on the C750 kernel.
cp ./tools/kernel-c760/zImage.bin ./tools/kernel-c750/zImage.bin
3: Remake tools.tar
mv tools.tar tools.tar.orig
tar cvf tools.tar ./tools/
4: You will use this tools.tar to install RC8.
On Your C750
5: Boot Installer
6: Fix Sharp loader NAND 64MB limit
Select "3 NAND Flash Utils" -> "3 Fix Sharp loader NAND 64MB limit (SL-C760/C860 only)"
7: Reboot Installer
8: Change root partition size
Select "3 NAND Flash Utils" -> "1 Resize root partition"
Input "57"
9: Reboot Installer
10: Install RC8
Select "1 Install new ROM"
which uses the c760 kernel instead of the c750 one.
NOTE : File names have changed since RC8, so this hack has to be editted, but the global idea is here.
Do you think you can do something about this in future release ?
I hope this will be usefull for someone, it was for me...