View | Details | Raw Unified | Return to bug 437235
Collapse All | Expand All

(-)live-installer.ycp (+4 lines)
Lines 88-93 Link Here
88
    Stage::Set ("initial");
88
    Stage::Set ("initial");
89
    Storage::InitLibstorage (false);
89
    Storage::InitLibstorage (false);
90
90
91
    Storage::SwitchUiAutomounter(false);
92
91
    if (!ProductControl::Init())
93
    if (!ProductControl::Init())
92
        y2error("control file %1 not found", ProductControl::custom_control_file );
94
        y2error("control file %1 not found", ProductControl::custom_control_file );
93
    ProductControl::AddWizardSteps(stage_mode);
95
    ProductControl::AddWizardSteps(stage_mode);
Lines 103-108 Link Here
103
    Pkg::SourceFinishAll();
105
    Pkg::SourceFinishAll();
104
    Pkg::TargetFinish();
106
    Pkg::TargetFinish();
105
107
108
    Storage::SwitchUiAutomounter(true);
109
106
    UI::CloseDialog();
110
    UI::CloseDialog();
107
111
108
    return ret;
112
    return ret;

Return to bug 437235