Opsi-clonezilla installation and use.

Antworten
Benutzeravatar
ebarriosjr
Beiträge: 26
Registriert: 24 Jun 2014, 11:03

Opsi-clonezilla installation and use.

Beitrag von ebarriosjr »

Hello,

i have been triying to make the package opsi-clonezilla work but i cant't. I installed the package with:

Code: Alles auswählen

opsi-package-manager -i opsi-clonezilla_2.0.1-3.opsi
and it worked ok.

I go into /opt/pcbin/install/opsi-clonezilla do a chmod 777 to the setup.py and when i try to run it it says:

Code: Alles auswählen

from: can't read /var/mail/OPSI.Util.File
./setup.py: line 3: import: command not found
./setup.py: line 6: syntax error near unexpected token `.addText'
./setup.py: line 6: `ui.getMessageBox().addText(u"Clonezilla \n")'
What am i doing wrong? I have search a lot for a manual on how to use this but can't find any....

Does anyone knows how this works?

Thanks a lot...

Esteban
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Opsi-clonezilla installation and use.

Beitrag von n.wenselowski »

Hello Esteban,

you do not run this script on your opsi server. If you deploy the netboot product to an client the setup script will be run.
The deployment is done like all products via the opsi-configed.


Kind regards

Niko

Code: Alles auswählen

import OPSI
Antworten