Seite 1 von 1

English Language OPSI Packages

Verfasst: 24 Jun 2010, 20:01
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

Re: English Language OPSI Packages

Verfasst: 25 Jun 2010, 08:06
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