Can't we just hack the init and player binaries? Just change the string ext2 to ext3... It would be overwritten by a new upgrade though that's the only problem.

ideal:~/empeg$ strings player | grep ext2
ext2
/sbin/fsck.ext2

ideal:~/empeg$ strings init | grep ext2
ext2
Tried to mount /dev/hda4 as ext2 but got error %d

- Trevor