Talk:LTSP/AoE

From openSUSE

If you want to deploy multiple customized images apart from the prebuilt one and to help us test this feature you may do the following:

 svn checkout https://forgesvn1.novell.com/svn/kiwi-ltsp

As root run:

 cd kiwi-ltsp/trunk/kiwi-ltsp/ltsp/include && cp kiwi-ltsp-aoe-setup /usr/sbin && \ 
 cp kiwi-ltsp-aoe /etc/sysconfig && cp kla /etc/init.d && ln -s /etc/init.d/kla /usr/sbin/rckla &&  \
 mv /usr/sbin/kiwi-ltsp-setup /usr/sbin/kiwi-ltsp-setup.orig && cp kiwi-ltsp-setup /usr/sbin/ && cd -

Now create/place your custom images in /srv/kla and follow steps given at LTSP AOE - Automated Setup and Configuration

To revert to old configuration run this as root:

 rckla stop && rm -f /usr/sbin/kiwi-ltsp-aoe-setup /usr/sbin/rckla /etc/sysconfig/kiwi-ltsp-aoe && \
 mv /usr/sbin/kiwi-ltsp-setup.orig /usr/sbin/kiwi-ltsp-setup

Please report your findings, opinions and suggestions at any of the mailing lists listed here or herein.