|
Lines 128-133
Link Here
|
| 128 |
{ |
128 |
{ |
| 129 |
// TODO whatever will be needed |
129 |
// TODO whatever will be needed |
| 130 |
y2debug ("nothing to to in AI mode if globals are defined"); |
130 |
y2debug ("nothing to to in AI mode if globals are defined"); |
|
|
131 |
if (BootCommon::globals["default"]:"" == "") |
| 132 |
{ |
| 133 |
y2debug ("trying to fix empty default label in lilo.conf"); |
| 134 |
BootCommon::globals["default"] = BootCommon::sections[0, "name"]:""; |
| 135 |
2debug ("Fixed globals: %1", BootCommon::globals); |
| 136 |
} |
| 137 |
|
| 131 |
} |
138 |
} |
| 132 |
else |
139 |
else |
| 133 |
BootCommon::FixGlobals (); |
140 |
BootCommon::FixGlobals (); |