Hello.
I just started experimenting with LTSP-KIWI. Setting the system up by quick start guide worked flawlessly. Now I’m trying to add some localapps into kiwi image (using guidelines of wikipage LTSP/Localapps). I changed this line in /etc/sysconfig/kiwi-ltsp:
LTSP_LOCALAPPS="smplayer kaffeine amarok"
When I run “kiwi-ltsp-setup -l1”, I get these errors:
...
Apr-22 09:59:07 <1> : EXEC [xsltproc -o /usr/share/kiwi/image/ltsp/suse-11.2/config.xml-next /usr/share/kiwi/xsl/master.xsl /usr/share/kiwi/image/ltsp/suse-11.2/config.xml 2>&1]
Apr-22 09:59:07 <1> : EXEC [mv /usr/share/kiwi/image/ltsp/suse-11.2/config.xml-next /usr/share/kiwi/image/ltsp/suse-11.2/config.xml]
Apr-22 09:59:07 <3> : Schema validation failed failed
Apr-22 09:59:07 <3> : /usr/share/kiwi/image/ltsp/suse-11.2/config.xml:10: Relax-NG validity error : Element preferences failed to validate content
...
Line 10 of /usr/share/kiwi/image/ltsp/suse-11.2/config.xml is:
<type image="clicfs" primary="true" boot="netboot/kiwi-ltsp-suse-11.2" bootprofile="diskless" bootkernel="default" flags="clic"/>
Do I need to change the config.xml or do I have to build the image some other way?