[Gelöst] opsi_config products ändern

Antworten
arneboeses
Beiträge: 6
Registriert: 29 Nov 2012, 10:27
Wohnort: Berlin

[Gelöst] opsi_config products ändern

Beitrag von arneboeses »

Hallo zusammen,

ich habe vor einer Weile die "win7-x64_4.0.2-1.netboot" im Samba-Verzeichnis "opsi_config\products" angepasst. Dabei habe ich neben neuen Werten für die "additional_drivers" auch die "default"-Werte definiert. Das funktioniere prima. Nun wollte ich das erneut anpassen, doch die "default"-Werte werden nicht mehr übernommen. Das bedeutet, dass ich in der configed-Oberfläche weiterhin die alten default-Werte zu stehen habe.

Das die angepassten Parameter:

Code: Alles auswählen

[ProductProperty]
type: bool
name: askbeforeinst
description: Should there be a confirmation dialog before start installing ?
default: False

[ProductProperty]
type: unicode
name: fullname
multivalue: False
editable: True
description: Full name of the license holder, which is given to the setup program
values: ["Name", "Administrator"]
default: ["Administrator"]

[ProductProperty]
type: unicode
name: additional_drivers
multivalue: True
editable: True
description: One or more directories below `<productid>\drivers\drivers\additional`. All driver directories below the given directories will be integrated. 
values: ["dell_optiplex_760", "dell_optiplex_780", "dell_t3500", "dell_t3600"]
default: [""]
Woran kann das liegen?

Viele Grüße
Zuletzt geändert von arneboeses am 20 Feb 2013, 09:43, insgesamt 1-mal geändert.
Benutzeravatar
SisterOfMercy
Beiträge: 1524
Registriert: 22 Jun 2012, 19:18

Re: opsi_config products ändern

Beitrag von SisterOfMercy »

Please look here: viewtopic.php?f=8&t=4267

Or you could make a new packageversion of the product, I don't know why it worked the first time.
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
arneboeses
Beiträge: 6
Registriert: 29 Nov 2012, 10:27
Wohnort: Berlin

Re: opsi_config products ändern

Beitrag von arneboeses »

I'm not sure whats exactly going on but now it works again. Thanks for your link.

I used the command

Code: Alles auswählen

opsi-package-manager -p ask -i /var/lib/opsi/repository/win7_4.0.2-1.opsi
for setting the default values and after that I'm abel to cutomize the "win7-x64_4.0.2-1.netboot" with the help of an editor like "notepad++"

Thanks again for your help and sorry for my english ;)
Benutzeravatar
SisterOfMercy
Beiträge: 1524
Registriert: 22 Jun 2012, 19:18

Re: opsi_config products ändern

Beitrag von SisterOfMercy »

Entschuldigung für mein Deutsch! :D
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten