I reckon it's dahlia? [Edit: I just remembered tshering was already aware of that when he pointed toward a fix for the screen rotation.]
Code:
# cat /bin/kobo_config.sh
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
case $PCB in
E60610D*) echo trilogy;;
E60QB*) echo kraken;;
E606B*) echo kraken;;
E5061*) echo pixie;;
E606C*) echo dragon;;
E606G*) echo dahlia;;
E606F*) echo phoenix;;
*) echo trilogy;;
esac
Code:
# ntx_hwconfig -s -p /dev/mmcblk0 PCB
E606G0
Code:
# /bin/kobo_config.sh
dahlia