Hello,
I'm new here and I need some help...
I have an Opensuse 12.2 image that was created through kiwi.
This image has an own service that do some configurations and install others services during the first boot.
All the script run without problem, except the line “systemctl enable mwocr.service” that retun:
mwocr.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig mwocr on insserv: pushd() can not change to directory //etc/init.d: No such file or directory
/sbin/insserv failed, exit code 1
After the first boot I can execute same command without error….