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
English Language OPSI Packages
- j.schneider
- uib-Team
- Beiträge: 1924
- Registriert: 29 Mai 2008, 15:14
Re: English Language OPSI Packages
Sorry, there is no localization mechanism for the opsi products at the moment.
You can extract a product:
edit the descriptions:
and create and install the new localized product:
You can extract a product:
Code: Alles auswählen
opsi-package-manager -x <product>_<version>.opsi
Code: Alles auswählen
cd <product>
editor OPSI/control
Code: Alles auswählen
opsi-makeproductfile
opsi-package-manager -i <product>_<version>.opsi