To create a golden client, you must install the systemimager-client package on it.
Download and install the systemimager-client package.
$ mkdir systemimager $ cd systemimager $ wget http://download.systemimager.org/pub/sis-install/install $ chmod u+x install $ ./install -v --download-only --tag stable --directory . \ > systemconfigurator \ > systemimager-client systemimager-common \ > systemimager-i386initrd_template
Use ./install --help for more informations.
Install all the base packages in the image server. In RPM-based distributions run:
# rpm -ivh systemconfigurator-*.rpm \ > systemimager-common-*.rpm systemimager-client-*.rpm \ > systemimager-*initrd_template-*.rpmIn Debian or Debian-like distributions run:
# dpkg -i systemconfigurator-*.deb \ > systemimager-common-*.deb systemimager-client-*.deb \ > systemimager-initrd_template-*.deb