On to configurating:
in /system there (should) be a file named koumamod. In there are three lines,
Code:
#!/bin/bash
#setprop koumakernelmount "data" #Uncomment to mount sd-ext as /data
#setprop koumakernelmount "SSM" #Uncomment to mount sd-ext partitions in the SSM configuration, Comment before enabling /data
simply remove the # from in front of the line to for the mount option you want.
"data" = sd-ext as the entire /data partition and
"SSM" = sd-ext as /data/app with optional sd-swap as /data/dalvik-cache
Only one option is used at a time, and SSM mode will supersede data mode.