|
Lines 131-136
Link Here
|
| 131 |
map<string,any> section = |
131 |
map<string,any> section = |
| 132 |
BootCommon::CreateLinuxSection (title); |
132 |
BootCommon::CreateLinuxSection (title); |
| 133 |
|
133 |
|
|
|
134 |
//don't translate label bnc #151486 |
| 135 |
section["description"] = section["name"]; |
| 136 |
section["name"] = title; |
| 137 |
|
| 134 |
// replace "kernel" by "image" |
138 |
// replace "kernel" by "image" |
| 135 |
if (haskey(section, "kernel")) { |
139 |
if (haskey(section, "kernel")) { |
| 136 |
section["image"] = section["kernel"]:""; |
140 |
section["image"] = section["kernel"]:""; |
|
Lines 167-173
Link Here
|
| 167 |
BootCommon::globals = $[ |
171 |
BootCommon::globals = $[ |
| 168 |
// FIXME do it later |
172 |
// FIXME do it later |
| 169 |
// "append" : BootArch::DefaultKernelParams (""), |
173 |
// "append" : BootArch::DefaultKernelParams (""), |
| 170 |
"default" : BootCommon::translateSectionTitle ("linux"), |
174 |
"default" : "linux", |
| 171 |
"timeout" : "80", |
175 |
"timeout" : "80", |
| 172 |
"prompt" : "true", |
176 |
"prompt" : "true", |
| 173 |
"read-only" : "true", |
177 |
"read-only" : "true", |