[15:17] cyphermox, I'm trying to integrate oem-config into the Ubuntu MATE 15.04 for Raspberry Pi 2. [15:17] cyphermox, The idea is the first time the image is booted it takes you through oem-config to setup the system. [15:19] shouldn't oem-config do just that? You mean you want it to run without having to start oem-config-prepare beforehand? [15:20] cyphermox, I am installaing oem-config-gtk and ubiquity-frontend-gtk in the image and creating /var/lib/oem-config/run [15:21] cyphermox, Yes. Want to have oem-config in a prepared state. [15:21] cyphermox, Just seen the most recent commits. [15:22] aye [15:22] cyphermox, Looks like I need '/bin/systemctl set-default oem-config.target' rather than 'touch /var/lib/oem-config/run' now [15:22] yes [15:22] cyphermox, Do I need to create the oem user? [15:22] or just set /lib/systemd/system/default.target to be a symlink to oem-config.target [15:22] no, you probably don't need it in that case [15:22] cyphermox, Thanks for the tips.