Defect #461
preboot plugin configs landen im pxe default.tgz
| Status: | Erledigt | Start date: | 06/10/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | zooey | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Ver. 5.1 | |||
| Resolution: | fixed |
Description
Beispielsetup:
o preboot client mit kiosk::active=1
o default mit kiosk::active=0
=> im default.tgz hab ich wieder kiosk::active=1
Das Problem ist, dass bei dem Wechsel des Boottypes in createBootEnvironmentsForSystem die Vorlagen in /tmp/slxconfig-demuxer/build nicht neu erstellt werden.
Kurzfristig Abhilfe schafft folgende Änderung im Code (slxconfig-demuxer:588)
- foreach my $bootType (sort keys %bootTypes) {
+ foreach my $bootType (reverse sort keys %bootTypes) {
da damit pxe (als einziger Boottype mit default.tgz) als erstes generiert wird.
History
Updated by zooey over 2 years ago
- Status changed from Neu to Gelöst
- % Done changed from 0 to 100
- Resolution set to fixed
Sollte in r2954 behoben sein.