OH 2.2 feature transformation in karaf not persistant

Hi,
I called
feature:install openhab-transformation-regex
at the karaf console but this feature is gone after reboot.
Is there any config file or command line option where i can set this permanently?
Thanks
Axel

Known issue:

Why don’t you just install the transformation via PaperUI?

Hi,
thanks for the hint.
I thought the UI is doing nothing else but launching the command.
I’m learning OH and try some coding in a Linux VM on my laptop during spare time on business trips.
So I prefer having most settings in config files. They are much easier to transfer later to my raspberry but trying to keep track of klicks and changes in the UI.
But PaperUI left tracks behind :slight_smile:
I checked the file system after the installation command for regex.
Here we go:
cat /opt/openhab2/userdata/config/org/openhab/addons.config
felix.fileinstall.filename="file:/opt/openhab2/userdata/etc/org.openhab.addons.cfg"
package="standard"
service.pid="org.openhab.addons"
transformation="regex"
ui=“basic,paper,habpanel,homebuilder”

Cheers
Axel