OH2 Install - ignores runtime.cfg [Solved]

I’m in the process of re-installing OH2 as I’m unable to get the rfxcom binding working without OH2 stopping (there’s another thread running).

I performed an apt-get purge openhab2 followed by apt-get install openhab2 openhab-addons and then followed the migration tutorial, setting the runtime.cfg as suggested (removed comments/blank lines for brevity):

package = expert
remote = true
legacy = true
#binding = 
ui = paper
persistence = mapdb
#action = 
#transformation = map,javascript
#voice = 
#misc = 

Upon first start of OH2, it seems all ui’s and transformations were installed, is this because I’ve left the transformation lines commented out?

2017-02-19 12:07:15.134 [ExtensionEvent            ] - Extension 'misc-restdocs' has been installed.
2017-02-19 12:07:15.138 [ExtensionEvent            ] - Extension 'transformation-javascript' has been installed.
2017-02-19 12:07:15.149 [ExtensionEvent            ] - Extension 'ui-habpanel' has been installed.
2017-02-19 12:07:15.159 [ExtensionEvent            ] - Extension 'transformation-regex' has been installed.
2017-02-19 12:07:15.173 [ExtensionEvent            ] - Extension 'transformation-jsonpath' has been installed.
2017-02-19 12:07:15.179 [ExtensionEvent            ] - Extension 'transformation-xpath' has been installed.
2017-02-19 12:07:15.186 [ExtensionEvent            ] - Extension 'ui-basic' has been installed.
2017-02-19 12:07:15.193 [ExtensionEvent            ] - Extension 'transformation-map' has been installed.
2017-02-19 12:07:15.199 [ExtensionEvent            ] - Extension 'ui-classic' has been installed.
2017-02-19 12:07:15.225 [ExtensionEvent            ] - Extension 'ui-habmin' has been installed.
2017-02-19 12:07:15.227 [ExtensionEvent            ] - Extension 'transformation-xslt' has been installed.
2017-02-19 12:07:15.284 [ExtensionEvent            ] - Extension 'transformation-exec' has been installed.
2017-02-19 12:07:15.286 [ExtensionEvent            ] - Extension 'transformation-scale' has been installed.

Cheers
James

In short, yes, it appears leaving the items commented out does indeed cause OH2 to ignore the runtime.cfg file completely, as uncommenting them has resulted in all the extra stuff I didn’t specify being uninstalled…