|
Lines 539-550
Link Here
|
| 539 |
|
539 |
|
| 540 |
if (Stage::initial ()) |
540 |
if (Stage::initial ()) |
| 541 |
{ |
541 |
{ |
| 542 |
// autoyast can configure AdditionalLocales |
|
|
| 543 |
// we don't want to overwrite this |
| 544 |
if( ! Mode::autoinst ()) |
| 545 |
{ |
| 546 |
Pkg::SetAdditionalLocales ([Language::language]); |
| 547 |
} |
| 548 |
Pkg::SourceStartCache (true); // dummy, so further calls to Pkg::Pkg* don't restart it |
542 |
Pkg::SourceStartCache (true); // dummy, so further calls to Pkg::Pkg* don't restart it |
| 549 |
|
543 |
|
| 550 |
Pkg::SourceSetRamCache (false); |
544 |
Pkg::SourceSetRamCache (false); |
|
Lines 644-649
Link Here
|
| 644 |
{ |
638 |
{ |
| 645 |
Pkg::SetSelection (ProductFeatures::GetStringFeature ("software", "base_selection")); |
639 |
Pkg::SetSelection (ProductFeatures::GetStringFeature ("software", "base_selection")); |
| 646 |
} |
640 |
} |
|
|
641 |
// autoyast can configure AdditionalLocales |
| 642 |
// we don't want to overwrite this |
| 643 |
if( ! Mode::autoinst ()) |
| 644 |
{ |
| 645 |
Pkg::SetAdditionalLocales ([Language::language]); |
| 646 |
} |
| 647 |
} |
647 |
} |
| 648 |
else // cont or normal mode |
648 |
else // cont or normal mode |
| 649 |
{ |
649 |
{ |
|
Lines 821-826
Link Here
|
| 821 |
{ |
821 |
{ |
| 822 |
Kernel::ProbeKernel(); |
822 |
Kernel::ProbeKernel(); |
| 823 |
Packages::Reset ([`product]); |
823 |
Packages::Reset ([`product]); |
|
|
824 |
init_called = false; |
| 824 |
Packages::Init( true ); // reintialize AND reset package selection too |
825 |
Packages::Init( true ); // reintialize AND reset package selection too |
| 825 |
reinit = true; |
826 |
reinit = true; |
| 826 |
} |
827 |
} |