| SystemImager® v4.3.0 Manual | ||
|---|---|---|
| <<< Previous | Installing SystemImager | Next >>> |
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-*.rpm
|
# dpkg -i systemconfigurator-*.deb \
> systemimager-common-*.deb systemimager-client-*.deb \
> systemimager-initrd_template-*.deb
|
| <<< Previous | Home | Next >>> |
| Creating an Image on the Golden Client | Up | Creating an Image from scratch |