Bugzilla – Attachment 244560 Details for
Bug 151486
Don't translate labels in elilo.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch
elilo.patch (text/plain), 778 bytes, created by
Josef Reidinger
on 2008-10-09 11:06:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Josef Reidinger
Created:
2008-10-09 11:06:01 UTC
Size:
778 bytes
patch
obsolete
>Index: BootELILO.ycp >=================================================================== >--- BootELILO.ycp (revision 51953) >+++ BootELILO.ycp (working copy) >@@ -131,6 +131,10 @@ > map<string,any> section = > BootCommon::CreateLinuxSection (title); > >+ //don't translate label bnc #151486 >+ section["description"] = section["name"]; >+ section["name"] = title; >+ > // replace "kernel" by "image" > if (haskey(section, "kernel")) { > section["image"] = section["kernel"]:""; >@@ -167,7 +171,7 @@ > BootCommon::globals = $[ > // FIXME do it later > // "append" : BootArch::DefaultKernelParams (""), >- "default" : BootCommon::translateSectionTitle ("linux"), >+ "default" : "linux", > "timeout" : "80", > "prompt" : "true", > "read-only" : "true",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 151486
: 244560