English Language OPSI Packages

Antworten
Archimedes
Beiträge: 7
Registriert: 24 Jun 2010, 19:44

English Language OPSI Packages

Beitrag von Archimedes »

Hello,

During setup of my OPSI server, I downloaded and installed the essential OPSI packages with:

wget -r -l1 -nd -nc -A '*.opsi' http://download.uib.de/opsi3.4/produkte/essential
opsi-package-manager -i *.opsi

All installed correctly, however some of the description fields for these packages in the GUI (Product description, Product switches, etc) are in German, and when the opsi-adminutils is installed on the client it too is in German, etc.

There does not appear to be separate download areas for de and en versions of the essential packages. Is there a way to set the languages for these packs or in opsiconfd?

Thank you,
Pete
Benutzeravatar
j.schneider
uib-Team
Beiträge: 1802
Registriert: 29 Mai 2008, 15:14

Re: English Language OPSI Packages

Beitrag von j.schneider »

Sorry, there is no localization mechanism for the opsi products at the moment.
You can extract a product:

Code: Alles auswählen

opsi-package-manager -x <product>_<version>.opsi
edit the descriptions:

Code: Alles auswählen

cd <product>
editor OPSI/control
and create and install the new localized product:

Code: Alles auswählen

opsi-makeproductfile
opsi-package-manager -i <product>_<version>.opsi
Antworten